gcc (13.2.0)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/gcc-13.2.0/configure --help
Result = 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-multilib
Result = 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 -j16
Result = 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-sections -fdata-sections -g -O2 -MT product_i2.lo -MD -MP -MF .deps/product_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i2.c  -fPIC -DPIC -o .libs/product_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 product_i8.lo -MD -MP -MF .deps/product_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i8.c  -fPIC -DPIC -o .libs/product_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 product_i4.lo -MD -MP -MF .deps/product_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i4.c  -fPIC -DPIC -o .libs/product_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_r4.lo -MD -MP -MF .deps/minval_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r4.c -o minval_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 minval_r8.lo -MD -MP -MF .deps/minval_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r8.c -o minval_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 product_i16.lo -MD -MP -MF .deps/product_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i16.c  -fPIC -DPIC -o .libs/product_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 minval_r10.lo -MD -MP -MF .deps/minval_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r10.c -o minval_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 minval_r17.lo -MD -MP -MF .deps/minval_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r17.c -o minval_r17.o >/dev/null 2>&1
libtool: link: (cd .libs/libasan.lax/libsanitizer_common.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan/../sanitizer_common/.libs/libsanitizer_common.a")
mv -f .deps/minval_i1.Tpo .deps/minval_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 product_r4.lo -MD -MP -MF .deps/product_r4.Tpo -c -o product_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_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 minval_r16.lo -MD -MP -MF .deps/minval_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval_r16.c -o minval_r16.o >/dev/null 2>&1
mv -f .deps/minval_i2.Tpo .deps/minval_i2.Plo
mv -f .deps/minval_i4.Tpo .deps/minval_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 product_r8.lo -MD -MP -MF .deps/product_r8.Tpo -c -o product_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_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 product_i1.lo -MD -MP -MF .deps/product_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i1.c -o product_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 product_r10.lo -MD -MP -MF .deps/product_r10.Tpo -c -o product_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r10.c
mv -f .deps/minval_i8.Tpo .deps/minval_i8.Plo
mv -f .deps/minval_i16.Tpo .deps/minval_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 product_i2.lo -MD -MP -MF .deps/product_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i2.c -o product_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_r16.lo -MD -MP -MF .deps/product_r16.Tpo -c -o product_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_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 product_r17.lo -MD -MP -MF .deps/product_r17.Tpo -c -o product_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_r17.c
mv -f .deps/minval_r17.Tpo .deps/minval_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 product_r4.lo -MD -MP -MF .deps/product_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r4.c  -fPIC -DPIC -o .libs/product_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 product_c4.lo -MD -MP -MF .deps/product_c4.Tpo -c -o product_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c4.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 product_i4.lo -MD -MP -MF .deps/product_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i4.c -o product_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 product_i8.lo -MD -MP -MF .deps/product_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i8.c -o product_i8.o >/dev/null 2>&1
libtool: link: (cd .libs/libasan.lax/libsanitizer_lsan.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan/../lsan/.libs/libsanitizer_lsan.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_r8.lo -MD -MP -MF .deps/product_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r8.c  -fPIC -DPIC -o .libs/product_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 product_r10.lo -MD -MP -MF .deps/product_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r10.c  -fPIC -DPIC -o .libs/product_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 product_r17.lo -MD -MP -MF .deps/product_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r17.c  -fPIC -DPIC -o .libs/product_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 product_r16.lo -MD -MP -MF .deps/product_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r16.c  -fPIC -DPIC -o .libs/product_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 product_i16.lo -MD -MP -MF .deps/product_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_i16.c -o product_i16.o >/dev/null 2>&1
mv -f .deps/minval_r4.Tpo .deps/minval_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 product_c4.lo -MD -MP -MF .deps/product_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c4.c  -fPIC -DPIC -o .libs/product_c4.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 product_c8.lo -MD -MP -MF .deps/product_c8.Tpo -c -o product_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c8.c
mv -f .deps/minval_r8.Tpo .deps/minval_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 product_c10.lo -MD -MP -MF .deps/product_c10.Tpo -c -o product_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c10.c
mv -f .deps/minval_r10.Tpo .deps/minval_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 product_c16.lo -MD -MP -MF .deps/product_c16.Tpo -c -o product_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c16.c
libtool: link: (cd .libs/libasan.lax/libinterception.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan/../interception/.libs/libinterception.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_c8.lo -MD -MP -MF .deps/product_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c8.c  -fPIC -DPIC -o .libs/product_c8.o
mv -f .deps/minval_r16.Tpo .deps/minval_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_c17.lo -MD -MP -MF .deps/product_c17.Tpo -c -o product_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/product_c17.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 product_c10.lo -MD -MP -MF .deps/product_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c10.c  -fPIC -DPIC -o .libs/product_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_c16.lo -MD -MP -MF .deps/product_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c16.c  -fPIC -DPIC -o .libs/product_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_r17.lo -MD -MP -MF .deps/product_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r17.c -o product_r17.o >/dev/null 2>&1
mv -f .deps/product_i1.Tpo .deps/product_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 sum_i1.lo -MD -MP -MF .deps/sum_i1.Tpo -c -o sum_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_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 product_r4.lo -MD -MP -MF .deps/product_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r4.c -o product_r4.o >/dev/null 2>&1
mv -f .deps/product_i2.Tpo .deps/product_i2.Plo
mv -f .deps/product_i8.Tpo .deps/product_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 product_c17.lo -MD -MP -MF .deps/product_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c17.c  -fPIC -DPIC -o .libs/product_c17.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 sum_i2.lo -MD -MP -MF .deps/sum_i2.Tpo -c -o sum_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i2.c
mv -f .deps/product_i4.Tpo .deps/product_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 sum_i4.lo -MD -MP -MF .deps/sum_i4.Tpo -c -o sum_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_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 product_r8.lo -MD -MP -MF .deps/product_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r8.c -o product_r8.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 sum_i8.lo -MD -MP -MF .deps/sum_i8.Tpo -c -o sum_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i8.c
libtool: link: (cd .libs/libasan.lax/libsanitizer_libbacktrace.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan/../libbacktrace/.libs/libsanitizer_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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_r10.lo -MD -MP -MF .deps/product_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r10.c -o product_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 sum_i1.lo -MD -MP -MF .deps/sum_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i1.c  -fPIC -DPIC -o .libs/sum_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 product_r16.lo -MD -MP -MF .deps/product_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_r16.c -o product_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 sum_i2.lo -MD -MP -MF .deps/sum_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i2.c  -fPIC -DPIC -o .libs/sum_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 product_c4.lo -MD -MP -MF .deps/product_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c4.c -o product_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_i4.lo -MD -MP -MF .deps/sum_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i4.c  -fPIC -DPIC -o .libs/sum_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 sum_i8.lo -MD -MP -MF .deps/sum_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i8.c  -fPIC -DPIC -o .libs/sum_i8.o
mv -f .deps/product_i16.Tpo .deps/product_i16.Plo
libtool: link: ar rc .libs/libasan.a asan_activation.o asan_allocator.o asan_debugging.o asan_descriptions.o asan_errors.o asan_fake_stack.o asan_flags.o asan_globals.o asan_interceptors.o asan_interceptors_memintrinsics.o asan_linux.o asan_mac.o asan_malloc_linux.o asan_malloc_mac.o asan_malloc_win.o asan_memory_profile.o asan_new_delete.o asan_poisoning.o asan_posix.o asan_premap_shadow.o asan_report.o asan_rtl.o asan_shadow_setup.o asan_stack.o asan_stats.o asan_suppressions.o asan_thread.o asan_win.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 sum_i16.lo -MD -MP -MF .deps/sum_i16.Tpo -c -o sum_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_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 product_c17.lo -MD -MP -MF .deps/product_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c17.c -o product_c17.o >/dev/null 2>&1
mv -f .deps/product_r17.Tpo .deps/product_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 sum_r4.lo -MD -MP -MF .deps/sum_r4.Tpo -c -o sum_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r4.c
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a asan_win_dll_thunk.o asan_win_dynamic_runtime_thunk.o asan_interceptors_vfork.o .libs/libasan.lax/libsanitizer_common.a/sancov_flags.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_allocator.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_allocator_checks.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_allocator_report.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_common.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_common_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_coverage_libcdep_new.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_c8.lo -MD -MP -MF .deps/product_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c8.c -o product_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_i16.lo -MD -MP -MF .deps/sum_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i16.c  -fPIC -DPIC -o .libs/sum_i16.o
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_deadlock_detector1.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_deadlock_detector2.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_errno.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_file.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_flag_parser.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_flags.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_libc.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_libignore.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_c10.lo -MD -MP -MF .deps/product_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c10.c -o product_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_r4.lo -MD -MP -MF .deps/sum_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r4.c  -fPIC -DPIC -o .libs/sum_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 product_c16.lo -MD -MP -MF .deps/product_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/product_c16.c -o product_c16.o >/dev/null 2>&1
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_linux.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_linux_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_linux_s390.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_mac.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_mac_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_mutex.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_netbsd.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_platform_limits_freebsd.o
mv -f .deps/product_c17.Tpo .deps/product_c17.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 sum_r8.lo -MD -MP -MF .deps/sum_r8.Tpo -c -o sum_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r8.c
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_platform_limits_linux.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_platform_limits_openbsd.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_platform_limits_posix.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_platform_limits_solaris.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_posix.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_posix_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_printf.o
mv -f .deps/product_r4.Tpo .deps/product_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 sum_r10.lo -MD -MP -MF .deps/sum_r10.Tpo -c -o sum_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r10.c
mv -f .deps/product_r8.Tpo .deps/product_r8.Plo
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_procmaps_bsd.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_procmaps_common.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_procmaps_linux.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_procmaps_mac.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_procmaps_solaris.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_solaris.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stack_store.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stackdepot.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 sum_r16.lo -MD -MP -MF .deps/sum_r16.Tpo -c -o sum_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r16.c
mv -f .deps/product_r10.Tpo .deps/product_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 sum_i1.lo -MD -MP -MF .deps/sum_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i1.c -o sum_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 sum_r17.lo -MD -MP -MF .deps/sum_r17.Tpo -c -o sum_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_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 sum_i2.lo -MD -MP -MF .deps/sum_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i2.c -o sum_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 sum_r8.lo -MD -MP -MF .deps/sum_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r8.c  -fPIC -DPIC -o .libs/sum_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 sum_i4.lo -MD -MP -MF .deps/sum_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i4.c -o sum_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 sum_i8.lo -MD -MP -MF .deps/sum_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i8.c -o sum_i8.o >/dev/null 2>&1
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_stacktrace.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stacktrace_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stacktrace_printer.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stacktrace_sparc.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stoptheworld_linux_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_stoptheworld_mac.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_suppressions.o
mv -f .deps/product_r16.Tpo .deps/product_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 sum_r10.lo -MD -MP -MF .deps/sum_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r10.c  -fPIC -DPIC -o .libs/sum_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 sum_c4.lo -MD -MP -MF .deps/sum_c4.Tpo -c -o sum_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c4.c
mv -f .deps/product_c4.Tpo .deps/product_c4.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 sum_r16.lo -MD -MP -MF .deps/sum_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r16.c  -fPIC -DPIC -o .libs/sum_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 sum_c8.lo -MD -MP -MF .deps/sum_c8.Tpo -c -o sum_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c8.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 sum_r17.lo -MD -MP -MF .deps/sum_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r17.c  -fPIC -DPIC -o .libs/sum_r17.o
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer_libbacktrace.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer_mac.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer_posix_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer_report.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_symbolizer_win.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_r4.lo -MD -MP -MF .deps/sum_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r4.c -o sum_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 sum_c4.lo -MD -MP -MF .deps/sum_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c4.c  -fPIC -DPIC -o .libs/sum_c4.o
mv -f .deps/product_c8.Tpo .deps/product_c8.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 sum_i16.lo -MD -MP -MF .deps/sum_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_i16.c -o sum_i16.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 sum_c10.lo -MD -MP -MF .deps/sum_c10.Tpo -c -o sum_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c10.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 sum_c8.lo -MD -MP -MF .deps/sum_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c8.c  -fPIC -DPIC -o .libs/sum_c8.o
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_common.a/sanitizer_termination.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_thread_registry.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_tls_get_addr.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_unwind_linux_libcdep.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_unwind_win.o .libs/libasan.lax/libsanitizer_common.a/sanitizer_win.o .libs/libasan.lax/libsanitizer_lsan.a/lsan_common.o .libs/libasan.lax/libsanitizer_lsan.a/lsan_common_linux.o
mv -f .deps/product_c10.Tpo .deps/product_c10.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 sum_c16.lo -MD -MP -MF .deps/sum_c16.Tpo -c -o sum_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c16.c
mv -f .deps/product_c16.Tpo .deps/product_c16.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 sum_c17.lo -MD -MP -MF .deps/sum_c17.Tpo -c -o sum_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c17.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 sum_r17.lo -MD -MP -MF .deps/sum_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r17.c -o sum_r17.o >/dev/null 2>&1
libtool: link: : .libs/libasan.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_c10.lo -MD -MP -MF .deps/sum_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c10.c  -fPIC -DPIC -o .libs/sum_c10.o
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_lsan.a/lsan_common_mac.o .libs/libasan.lax/libinterception.a/interception_linux.o .libs/libasan.lax/libinterception.a/interception_mac.o .libs/libasan.lax/libinterception.a/interception_type_test.o .libs/libasan.lax/libinterception.a/interception_win.o .libs/libasan.lax/libsanitizer_libbacktrace.a/atomic.o .libs/libasan.lax/libsanitizer_libbacktrace.a/bridge.o .libs/libasan.lax/libsanitizer_libbacktrace.a/cp-demangle.o .libs/libasan.lax/libsanitizer_libbacktrace.a/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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_c16.lo -MD -MP -MF .deps/sum_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c16.c  -fPIC -DPIC -o .libs/sum_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_c17.lo -MD -MP -MF .deps/sum_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c17.c  -fPIC -DPIC -o .libs/sum_c17.o
libtool: link: : .libs/libasan.a
libtool: link: ar rc .libs/libasan.a .libs/libasan.lax/libsanitizer_libbacktrace.a/elf.o .libs/libasan.lax/libsanitizer_libbacktrace.a/fileline.o .libs/libasan.lax/libsanitizer_libbacktrace.a/mmap.o .libs/libasan.lax/libsanitizer_libbacktrace.a/mmapio.o .libs/libasan.lax/libsanitizer_libbacktrace.a/posix.o .libs/libasan.lax/libsanitizer_libbacktrace.a/sort.o .libs/libasan.lax/libsanitizer_libbacktrace.a/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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_r8.lo -MD -MP -MF .deps/sum_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r8.c -o sum_r8.o >/dev/null 2>&1
mv -f .deps/sum_i1.Tpo .deps/sum_i1.Plo
mv -f .deps/sum_i2.Tpo .deps/sum_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 bessel_r4.lo -MD -MP -MF .deps/bessel_r4.Tpo -c -o bessel_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_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 bessel_r8.lo -MD -MP -MF .deps/bessel_r8.Tpo -c -o bessel_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r8.c
mv -f .deps/sum_i4.Tpo .deps/sum_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 sum_r10.lo -MD -MP -MF .deps/sum_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r10.c -o sum_r10.o >/dev/null 2>&1
mv -f .deps/sum_i8.Tpo .deps/sum_i8.Plo
libtool: link: ranlib .libs/libasan.a
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT bessel_r10.lo -MD -MP -MF .deps/bessel_r10.Tpo -c -o bessel_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_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 sum_r16.lo -MD -MP -MF .deps/sum_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_r16.c -o sum_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 bessel_r16.lo -MD -MP -MF .deps/bessel_r16.Tpo -c -o bessel_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r16.c
mv -f .deps/sum_r17.Tpo .deps/sum_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 bessel_r8.lo -MD -MP -MF .deps/bessel_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r8.c  -fPIC -DPIC -o .libs/bessel_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 bessel_r4.lo -MD -MP -MF .deps/bessel_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r4.c  -fPIC -DPIC -o .libs/bessel_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 sum_c17.lo -MD -MP -MF .deps/sum_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c17.c -o sum_c17.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 bessel_r17.lo -MD -MP -MF .deps/bessel_r17.Tpo -c -o bessel_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r17.c
libtool: link: rm -fr .libs/libasan.lax
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_c4.lo -MD -MP -MF .deps/sum_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c4.c -o sum_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bessel_r10.lo -MD -MP -MF .deps/bessel_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r10.c  -fPIC -DPIC -o .libs/bessel_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 sum_c8.lo -MD -MP -MF .deps/sum_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c8.c -o sum_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bessel_r16.lo -MD -MP -MF .deps/bessel_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r16.c  -fPIC -DPIC -o .libs/bessel_r16.o
mv -f .deps/sum_r4.Tpo .deps/sum_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 iall_i1.lo -MD -MP -MF .deps/iall_i1.Tpo -c -o iall_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i1.c
mv -f .deps/sum_i16.Tpo .deps/sum_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 iall_i2.lo -MD -MP -MF .deps/iall_i2.Tpo -c -o iall_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_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 bessel_r17.lo -MD -MP -MF .deps/bessel_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r17.c  -fPIC -DPIC -o .libs/bessel_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 sum_c10.lo -MD -MP -MF .deps/sum_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c10.c -o sum_c10.o >/dev/null 2>&1
libtool: link: ( cd ".libs" && rm -f "libasan.la" && ln -s "../libasan.la" "libasan.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sum_c16.lo -MD -MP -MF .deps/sum_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/sum_c16.c -o sum_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iall_i1.lo -MD -MP -MF .deps/iall_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i1.c  -fPIC -DPIC -o .libs/iall_i1.o
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan'
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iall_i2.lo -MD -MP -MF .deps/iall_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i2.c  -fPIC -DPIC -o .libs/iall_i2.o
Making all in ubsan
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan'
mv -f .deps/sum_c17.Tpo .deps/sum_c17.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 bessel_r8.lo -MD -MP -MF .deps/bessel_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r8.c -o bessel_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 bessel_r4.lo -MD -MP -MF .deps/bessel_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r4.c -o bessel_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 iall_i4.lo -MD -MP -MF .deps/iall_i4.Tpo -c -o iall_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i4.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    -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_diag.lo -MD -MP -MF .deps/ubsan_diag.Tpo -c -o ubsan_diag.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_diag.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bessel_r17.lo -MD -MP -MF .deps/bessel_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r17.c -o bessel_r17.o >/dev/null 2>&1
mv -f .deps/sum_r8.Tpo .deps/sum_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 bessel_r10.lo -MD -MP -MF .deps/bessel_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r10.c -o bessel_r10.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_flags.lo -MD -MP -MF .deps/ubsan_flags.Tpo -c -o ubsan_flags.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_flags.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bessel_r16.lo -MD -MP -MF .deps/bessel_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/bessel_r16.c -o bessel_r16.o >/dev/null 2>&1
mv -f .deps/sum_r10.Tpo .deps/sum_r10.Plo
mv -f .deps/sum_r16.Tpo .deps/sum_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 iall_i4.lo -MD -MP -MF .deps/iall_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i4.c  -fPIC -DPIC -o .libs/iall_i4.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_handlers.lo -MD -MP -MF .deps/ubsan_handlers.Tpo -c -o ubsan_handlers.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-pc-linux-gnu     -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk  -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_handlers_cxx.lo -MD -MP -MF .deps/ubsan_handlers_cxx.Tpo -c -o ubsan_handlers_cxx.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_diag.lo -MD -MP -MF .deps/ubsan_diag.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_diag.cpp  -fPIC -DPIC -o .libs/ubsan_diag.o
mv -f .deps/sum_c4.Tpo .deps/sum_c4.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_flags.lo -MD -MP -MF .deps/ubsan_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_flags.cpp  -fPIC -DPIC -o .libs/ubsan_flags.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 iall_i8.lo -MD -MP -MF .deps/iall_i8.Tpo -c -o iall_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i8.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_handlers_cxx.lo -MD -MP -MF .deps/ubsan_handlers_cxx.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.cpp  -fPIC -DPIC -o .libs/ubsan_handlers_cxx.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_handlers.lo -MD -MP -MF .deps/ubsan_handlers.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers.cpp  -fPIC -DPIC -o .libs/ubsan_handlers.o
mv -f .deps/sum_c8.Tpo .deps/sum_c8.Plo
mv -f .deps/bessel_r17.Tpo .deps/bessel_r17.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_init.lo -MD -MP -MF .deps/ubsan_init.Tpo -c -o ubsan_init.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_init.cpp
mv -f .deps/bessel_r4.Tpo .deps/bessel_r4.Plo
mv -f .deps/bessel_r8.Tpo .deps/bessel_r8.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_monitor.lo -MD -MP -MF .deps/ubsan_monitor.Tpo -c -o ubsan_monitor.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_monitor.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iall_i1.lo -MD -MP -MF .deps/iall_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i1.c -o iall_i1.o >/dev/null 2>&1
mv -f .deps/sum_c10.Tpo .deps/sum_c10.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-pc-linux-gnu     -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk  -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_type_hash.lo -MD -MP -MF .deps/ubsan_type_hash.Tpo -c -o ubsan_type_hash.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-pc-linux-gnu     -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk  -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_type_hash_itanium.lo -MD -MP -MF .deps/ubsan_type_hash_itanium.Tpo -c -o ubsan_type_hash_itanium.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash_itanium.cpp
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT iall_i16.lo -MD -MP -MF .deps/iall_i16.Tpo -c -o iall_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i16.c
mv -f .deps/bessel_r16.Tpo .deps/bessel_r16.Plo
mv -f .deps/bessel_r10.Tpo .deps/bessel_r10.Plo
mv -f .deps/sum_c16.Tpo .deps/sum_c16.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_type_hash_win.lo -MD -MP -MF .deps/ubsan_type_hash_win.Tpo -c -o ubsan_type_hash_win.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash_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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 ubsan_value.lo -MD -MP -MF .deps/ubsan_value.Tpo -c -o ubsan_value.lo /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_value.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iall_i8.lo -MD -MP -MF .deps/iall_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i8.c  -fPIC -DPIC -o .libs/iall_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 iall_i2.lo -MD -MP -MF .deps/iall_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i2.c -o iall_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 iany_i1.lo -MD -MP -MF .deps/iany_i1.Tpo -c -o iany_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i1.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_flags.lo -MD -MP -MF .deps/ubsan_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_flags.cpp -o ubsan_flags.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iall_i16.lo -MD -MP -MF .deps/iall_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i16.c  -fPIC -DPIC -o .libs/iall_i16.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_monitor.lo -MD -MP -MF .deps/ubsan_monitor.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_monitor.cpp  -fPIC -DPIC -o .libs/ubsan_monitor.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_init.lo -MD -MP -MF .deps/ubsan_init.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_init.cpp  -fPIC -DPIC -o .libs/ubsan_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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_type_hash_itanium.lo -MD -MP -MF .deps/ubsan_type_hash_itanium.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash_itanium.cpp  -fPIC -DPIC -o .libs/ubsan_type_hash_itanium.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_type_hash.lo -MD -MP -MF .deps/ubsan_type_hash.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash.cpp  -fPIC -DPIC -o .libs/ubsan_type_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iany_i1.lo -MD -MP -MF .deps/iany_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i1.c  -fPIC -DPIC -o .libs/iany_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 iall_i4.lo -MD -MP -MF .deps/iall_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i4.c -o iall_i4.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_type_hash_win.lo -MD -MP -MF .deps/ubsan_type_hash_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash_win.cpp  -fPIC -DPIC -o .libs/ubsan_type_hash_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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_value.lo -MD -MP -MF .deps/ubsan_value.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_value.cpp  -fPIC -DPIC -o .libs/ubsan_value.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_type_hash_win.lo -MD -MP -MF .deps/ubsan_type_hash_win.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash_win.cpp -o ubsan_type_hash_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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_type_hash.lo -MD -MP -MF .deps/ubsan_type_hash.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash.cpp -o ubsan_type_hash.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_handlers_cxx.lo -MD -MP -MF .deps/ubsan_handlers_cxx.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.cpp -o ubsan_handlers_cxx.o >/dev/null 2>&1
mv -f .deps/ubsan_flags.Tpo .deps/ubsan_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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_monitor.lo -MD -MP -MF .deps/ubsan_monitor.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_monitor.cpp -o ubsan_monitor.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_value.lo -MD -MP -MF .deps/ubsan_value.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_value.cpp -o ubsan_value.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-pc-linux-gnu -I/bb.download/source/gcc-13.2.0/libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++14 -fcf-protection -mshstk -frtti -g -O2 -D_GNU_SOURCE -MT ubsan_type_hash_itanium.lo -MD -MP -MF .deps/ubsan_type_hash_itanium.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_type_hash_itanium.cpp -o ubsan_type_hash_itanium.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_init.lo -MD -MP -MF .deps/ubsan_init.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_init.cpp -o ubsan_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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT iany_i2.lo -MD -MP -MF .deps/iany_i2.Tpo -c -o iany_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i2.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_diag.lo -MD -MP -MF .deps/ubsan_diag.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_diag.cpp -o ubsan_diag.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iall_i8.lo -MD -MP -MF .deps/iall_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i8.c -o iall_i8.o >/dev/null 2>&1
mv -f .deps/iall_i1.Tpo .deps/iall_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 iany_i4.lo -MD -MP -MF .deps/iany_i4.Tpo -c -o iany_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i4.c
mv -f .deps/iall_i2.Tpo .deps/iall_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 iall_i16.lo -MD -MP -MF .deps/iall_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iall_i16.c -o iall_i16.o >/dev/null 2>&1
mv -f .deps/ubsan_type_hash_win.Tpo .deps/ubsan_type_hash_win.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 iany_i8.lo -MD -MP -MF .deps/iany_i8.Tpo -c -o iany_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_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 iany_i2.lo -MD -MP -MF .deps/iany_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i2.c  -fPIC -DPIC -o .libs/iany_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 iany_i16.lo -MD -MP -MF .deps/iany_i16.Tpo -c -o iany_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i16.c
mv -f .deps/ubsan_type_hash.Tpo .deps/ubsan_type_hash.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 iany_i1.lo -MD -MP -MF .deps/iany_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i1.c -o iany_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 iparity_i1.lo -MD -MP -MF .deps/iparity_i1.Tpo -c -o iparity_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_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 iany_i4.lo -MD -MP -MF .deps/iany_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i4.c  -fPIC -DPIC -o .libs/iany_i4.o
mv -f .deps/iall_i4.Tpo .deps/iall_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 iany_i8.lo -MD -MP -MF .deps/iany_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i8.c  -fPIC -DPIC -o .libs/iany_i8.o
mv -f .deps/ubsan_value.Tpo .deps/ubsan_value.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 iparity_i2.lo -MD -MP -MF .deps/iparity_i2.Tpo -c -o iparity_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_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 iany_i16.lo -MD -MP -MF .deps/iany_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i16.c  -fPIC -DPIC -o .libs/iany_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 iparity_i4.lo -MD -MP -MF .deps/iparity_i4.Tpo -c -o iparity_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i4.c
mv -f .deps/ubsan_type_hash_itanium.Tpo .deps/ubsan_type_hash_itanium.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 iparity_i8.lo -MD -MP -MF .deps/iparity_i8.Tpo -c -o iparity_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i8.c
mv -f .deps/ubsan_monitor.Tpo .deps/ubsan_monitor.Plo
mv -f .deps/ubsan_init.Tpo .deps/ubsan_init.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 iparity_i1.lo -MD -MP -MF .deps/iparity_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i1.c  -fPIC -DPIC -o .libs/iparity_i1.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 iparity_i16.lo -MD -MP -MF .deps/iparity_i16.Tpo -c -o iparity_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_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 norm2_r4.lo -MD -MP -MF .deps/norm2_r4.Tpo -c -o norm2_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_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 iparity_i2.lo -MD -MP -MF .deps/iparity_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i2.c  -fPIC -DPIC -o .libs/iparity_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 iparity_i4.lo -MD -MP -MF .deps/iparity_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i4.c  -fPIC -DPIC -o .libs/iparity_i4.o
mv -f .deps/ubsan_handlers_cxx.Tpo .deps/ubsan_handlers_cxx.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 iparity_i8.lo -MD -MP -MF .deps/iparity_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i8.c  -fPIC -DPIC -o .libs/iparity_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 norm2_r8.lo -MD -MP -MF .deps/norm2_r8.Tpo -c -o norm2_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_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 iparity_i16.lo -MD -MP -MF .deps/iparity_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i16.c  -fPIC -DPIC -o .libs/iparity_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 norm2_r4.lo -MD -MP -MF .deps/norm2_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r4.c  -fPIC -DPIC -o .libs/norm2_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 iany_i2.lo -MD -MP -MF .deps/iany_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i2.c -o iany_i2.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 -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/ubsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 ubsan_handlers.lo -MD -MP -MF .deps/ubsan_handlers.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers.cpp -o ubsan_handlers.o >/dev/null 2>&1
mv -f .deps/iall_i8.Tpo .deps/iall_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 norm2_r8.lo -MD -MP -MF .deps/norm2_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r8.c  -fPIC -DPIC -o .libs/norm2_r8.o
mv -f .deps/iall_i16.Tpo .deps/iall_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 norm2_r10.lo -MD -MP -MF .deps/norm2_r10.Tpo -c -o norm2_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_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 norm2_r16.lo -MD -MP -MF .deps/norm2_r16.Tpo -c -o norm2_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r16.c
mv -f .deps/ubsan_diag.Tpo .deps/ubsan_diag.Plo
mv -f .deps/iany_i1.Tpo .deps/iany_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 norm2_r17.lo -MD -MP -MF .deps/norm2_r17.Tpo -c -o norm2_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_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 iany_i8.lo -MD -MP -MF .deps/iany_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i8.c -o iany_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 norm2_r10.lo -MD -MP -MF .deps/norm2_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r10.c  -fPIC -DPIC -o .libs/norm2_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 parity_l1.lo -MD -MP -MF .deps/parity_l1.Tpo -c -o parity_l1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_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 iany_i4.lo -MD -MP -MF .deps/iany_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i4.c -o iany_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 norm2_r16.lo -MD -MP -MF .deps/norm2_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r16.c  -fPIC -DPIC -o .libs/norm2_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 iany_i16.lo -MD -MP -MF .deps/iany_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iany_i16.c -o iany_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 norm2_r4.lo -MD -MP -MF .deps/norm2_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r4.c -o norm2_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 iparity_i1.lo -MD -MP -MF .deps/iparity_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i1.c -o iparity_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 norm2_r17.lo -MD -MP -MF .deps/norm2_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r17.c  -fPIC -DPIC -o .libs/norm2_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 parity_l1.lo -MD -MP -MF .deps/parity_l1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l1.c  -fPIC -DPIC -o .libs/parity_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 iparity_i2.lo -MD -MP -MF .deps/iparity_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i2.c -o iparity_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 iparity_i4.lo -MD -MP -MF .deps/iparity_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i4.c -o iparity_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 norm2_r8.lo -MD -MP -MF .deps/norm2_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r8.c -o norm2_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 iparity_i8.lo -MD -MP -MF .deps/iparity_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i8.c -o iparity_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 iparity_i16.lo -MD -MP -MF .deps/iparity_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/iparity_i16.c -o iparity_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 norm2_r17.lo -MD -MP -MF .deps/norm2_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r17.c -o norm2_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 norm2_r10.lo -MD -MP -MF .deps/norm2_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r10.c -o norm2_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 norm2_r16.lo -MD -MP -MF .deps/norm2_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/norm2_r16.c -o norm2_r16.o >/dev/null 2>&1
mv -f .deps/iany_i2.Tpo .deps/iany_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 parity_l2.lo -MD -MP -MF .deps/parity_l2.Tpo -c -o parity_l2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l2.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 parity_l1.lo -MD -MP -MF .deps/parity_l1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l1.c -o parity_l1.o >/dev/null 2>&1
mv -f .deps/norm2_r4.Tpo .deps/norm2_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 parity_l4.lo -MD -MP -MF .deps/parity_l4.Tpo -c -o parity_l4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l4.c
mv -f .deps/iany_i8.Tpo .deps/iany_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 parity_l8.lo -MD -MP -MF .deps/parity_l8.Tpo -c -o parity_l8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l8.c
mv -f .deps/iany_i16.Tpo .deps/iany_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 parity_l2.lo -MD -MP -MF .deps/parity_l2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l2.c  -fPIC -DPIC -o .libs/parity_l2.o
mv -f .deps/iany_i4.Tpo .deps/iany_i4.Plo
mv -f .deps/norm2_r8.Tpo .deps/norm2_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 parity_l16.lo -MD -MP -MF .deps/parity_l16.Tpo -c -o parity_l16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l16.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i1.lo -MD -MP -MF .deps/matmul_i1.Tpo -c -o matmul_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i2.lo -MD -MP -MF .deps/matmul_i2.Tpo -c -o matmul_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i2.c
mv -f .deps/iparity_i1.Tpo .deps/iparity_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 parity_l4.lo -MD -MP -MF .deps/parity_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l4.c  -fPIC -DPIC -o .libs/parity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i4.lo -MD -MP -MF .deps/matmul_i4.Tpo -c -o matmul_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i4.c
mv -f .deps/norm2_r17.Tpo .deps/norm2_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i8.lo -MD -MP -MF .deps/matmul_i8.Tpo -c -o matmul_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_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 parity_l8.lo -MD -MP -MF .deps/parity_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l8.c  -fPIC -DPIC -o .libs/parity_l8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i1.lo -MD -MP -MF .deps/matmul_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i1.c  -fPIC -DPIC -o .libs/matmul_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 parity_l16.lo -MD -MP -MF .deps/parity_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l16.c  -fPIC -DPIC -o .libs/parity_l16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i2.lo -MD -MP -MF .deps/matmul_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i2.c  -fPIC -DPIC -o .libs/matmul_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i4.lo -MD -MP -MF .deps/matmul_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i4.c  -fPIC -DPIC -o .libs/matmul_i4.o
mv -f .deps/iparity_i4.Tpo .deps/iparity_i4.Plo
mv -f .deps/norm2_r10.Tpo .deps/norm2_r10.Plo
mv -f .deps/iparity_i2.Tpo .deps/iparity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i16.lo -MD -MP -MF .deps/matmul_i16.Tpo -c -o matmul_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r4.lo -MD -MP -MF .deps/matmul_r4.Tpo -c -o matmul_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r4.c
mv -f .deps/norm2_r16.Tpo .deps/norm2_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r8.lo -MD -MP -MF .deps/matmul_r8.Tpo -c -o matmul_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i8.lo -MD -MP -MF .deps/matmul_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i8.c  -fPIC -DPIC -o .libs/matmul_i8.o
mv -f .deps/parity_l1.Tpo .deps/parity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r10.lo -MD -MP -MF .deps/matmul_r10.Tpo -c -o matmul_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r10.c
mv -f .deps/iparity_i8.Tpo .deps/iparity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r16.lo -MD -MP -MF .deps/matmul_r16.Tpo -c -o matmul_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r17.lo -MD -MP -MF .deps/matmul_r17.Tpo -c -o matmul_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r17.c
mv -f .deps/iparity_i16.Tpo .deps/iparity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c4.lo -MD -MP -MF .deps/matmul_c4.Tpo -c -o matmul_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c4.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 parity_l2.lo -MD -MP -MF .deps/parity_l2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l2.c -o parity_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r4.lo -MD -MP -MF .deps/matmul_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r4.c  -fPIC -DPIC -o .libs/matmul_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i16.lo -MD -MP -MF .deps/matmul_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i16.c  -fPIC -DPIC -o .libs/matmul_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 parity_l4.lo -MD -MP -MF .deps/parity_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l4.c -o parity_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r8.lo -MD -MP -MF .deps/matmul_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r8.c  -fPIC -DPIC -o .libs/matmul_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r10.lo -MD -MP -MF .deps/matmul_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r10.c  -fPIC -DPIC -o .libs/matmul_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r16.lo -MD -MP -MF .deps/matmul_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r16.c  -fPIC -DPIC -o .libs/matmul_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r17.lo -MD -MP -MF .deps/matmul_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r17.c  -fPIC -DPIC -o .libs/matmul_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 parity_l8.lo -MD -MP -MF .deps/parity_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l8.c -o parity_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c4.lo -MD -MP -MF .deps/matmul_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c4.c  -fPIC -DPIC -o .libs/matmul_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT parity_l16.lo -MD -MP -MF .deps/parity_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/parity_l16.c -o parity_l16.o >/dev/null 2>&1
mv -f .deps/ubsan_handlers.Tpo .deps/ubsan_handlers.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/ubsan/libtool-version` -ldl -lrt -lpthread -lm  -o libubsan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 ubsan_diag.lo ubsan_flags.lo ubsan_handlers.lo ubsan_handlers_cxx.lo ubsan_init.lo ubsan_monitor.lo ubsan_type_hash.lo ubsan_type_hash_itanium.lo ubsan_type_hash_win.lo ubsan_value.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la 
mv -f .deps/parity_l2.Tpo .deps/parity_l2.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r17.lo -MD -MP -MF .deps/matmul_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r17.c -o matmul_r17.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c8.lo -MD -MP -MF .deps/matmul_c8.Tpo -c -o matmul_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c8.c
mv -f .deps/parity_l4.Tpo .deps/parity_l4.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c10.lo -MD -MP -MF .deps/matmul_c10.Tpo -c -o matmul_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c10.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c8.lo -MD -MP -MF .deps/matmul_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c8.c  -fPIC -DPIC -o .libs/matmul_c8.o
mv -f .deps/parity_l8.Tpo .deps/parity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c16.lo -MD -MP -MF .deps/matmul_c16.Tpo -c -o matmul_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c16.c
mv -f .deps/parity_l16.Tpo .deps/parity_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c17.lo -MD -MP -MF .deps/matmul_c17.Tpo -c -o matmul_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c17.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c10.lo -MD -MP -MF .deps/matmul_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c10.c  -fPIC -DPIC -o .libs/matmul_c10.o
mv -f .deps/matmul_r17.Tpo .deps/matmul_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   -funroll-loops -g -O2 -MT matmul_l4.lo -MD -MP -MF .deps/matmul_l4.Tpo -c -o matmul_l4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l4.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c16.lo -MD -MP -MF .deps/matmul_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c16.c  -fPIC -DPIC -o .libs/matmul_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c17.lo -MD -MP -MF .deps/matmul_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c17.c  -fPIC -DPIC -o .libs/matmul_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -funroll-loops -g -O2 -MT matmul_l4.lo -MD -MP -MF .deps/matmul_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l4.c  -fPIC -DPIC -o .libs/matmul_l4.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/libubsan.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,libubsan.so.1 -o .libs/libubsan.so.1.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c17.lo -MD -MP -MF .deps/matmul_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c17.c -o matmul_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -funroll-loops -g -O2 -MT matmul_l4.lo -MD -MP -MF .deps/matmul_l4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l4.c -o matmul_l4.o >/dev/null 2>&1
mv -f .deps/matmul_c17.Tpo .deps/matmul_c17.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   -funroll-loops -g -O2 -MT matmul_l8.lo -MD -MP -MF .deps/matmul_l8.Tpo -c -o matmul_l8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l8.c
libtool: link: rm -f  .libs/libubsan.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libubsan.so.1" && ln -s "libubsan.so.1.0.0" "libubsan.so.1")
libtool: link: (cd ".libs" && rm -f "libubsan.so" && ln -s "libubsan.so.1.0.0" "libubsan.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 -funroll-loops -g -O2 -MT matmul_l8.lo -MD -MP -MF .deps/matmul_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l8.c  -fPIC -DPIC -o .libs/matmul_l8.o
mv -f .deps/matmul_l4.Tpo .deps/matmul_l4.Plo
libtool: link: (cd .libs/libubsan.lax/libsanitizer_common.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan/../sanitizer_common/.libs/libsanitizer_common.a")
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -funroll-loops -g -O2 -MT matmul_l16.lo -MD -MP -MF .deps/matmul_l16.Tpo -c -o matmul_l16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l16.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 -funroll-loops -g -O2 -MT matmul_l16.lo -MD -MP -MF .deps/matmul_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l16.c  -fPIC -DPIC -o .libs/matmul_l16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -funroll-loops -g -O2 -MT matmul_l8.lo -MD -MP -MF .deps/matmul_l8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l8.c -o matmul_l8.o >/dev/null 2>&1
libtool: link: (cd .libs/libubsan.lax/libinterception.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan/../interception/.libs/libinterception.a")
libtool: link: (cd .libs/libubsan.lax/libsanitizer_libbacktrace.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan/../libbacktrace/.libs/libsanitizer_libbacktrace.a")
libtool: link: ar rc .libs/libubsan.a ubsan_diag.o ubsan_flags.o ubsan_handlers.o ubsan_handlers_cxx.o ubsan_init.o ubsan_monitor.o ubsan_type_hash.o ubsan_type_hash_itanium.o ubsan_type_hash_win.o ubsan_value.o .libs/libubsan.lax/libsanitizer_common.a/sancov_flags.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_allocator.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_allocator_checks.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_allocator_report.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_common.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -funroll-loops -g -O2 -MT matmul_l16.lo -MD -MP -MF .deps/matmul_l16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_l16.c -o matmul_l16.o >/dev/null 2>&1
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_common_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_coverage_libcdep_new.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_deadlock_detector1.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_deadlock_detector2.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_errno.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_file.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_flag_parser.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_flags.o
mv -f .deps/matmul_l8.Tpo .deps/matmul_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 shape_i1.lo -MD -MP -MF .deps/shape_i1.Tpo -c -o shape_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i1.c
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_libc.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_libignore.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_linux.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_linux_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_linux_s390.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_mac.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_mac_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_mutex.o
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_netbsd.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_platform_limits_freebsd.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_platform_limits_linux.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_platform_limits_openbsd.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_platform_limits_posix.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_platform_limits_solaris.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT shape_i1.lo -MD -MP -MF .deps/shape_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i1.c  -fPIC -DPIC -o .libs/shape_i1.o
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_posix_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_printf.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_procmaps_bsd.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_procmaps_common.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_procmaps_linux.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_procmaps_mac.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_procmaps_solaris.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_solaris.o
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stack_store.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stackdepot.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stacktrace.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stacktrace_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stacktrace_printer.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stacktrace_sparc.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stoptheworld_linux_libcdep.o
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_stoptheworld_mac.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_suppressions.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer_libbacktrace.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer_mac.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer_posix_libcdep.o
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer_report.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_symbolizer_win.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_termination.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_thread_registry.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_tls_get_addr.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_unwind_linux_libcdep.o .libs/libubsan.lax/libsanitizer_common.a/sanitizer_unwind_win.o
libtool: link: : .libs/libubsan.a
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_common.a/sanitizer_win.o .libs/libubsan.lax/libinterception.a/interception_linux.o .libs/libubsan.lax/libinterception.a/interception_mac.o .libs/libubsan.lax/libinterception.a/interception_type_test.o .libs/libubsan.lax/libinterception.a/interception_win.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/atomic.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/bridge.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/cp-demangle.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/dwarf.o
mv -f .deps/matmul_l16.Tpo .deps/matmul_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 shape_i2.lo -MD -MP -MF .deps/shape_i2.Tpo -c -o shape_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i2.c
libtool: link: : .libs/libubsan.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT shape_i1.lo -MD -MP -MF .deps/shape_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i1.c -o shape_i1.o >/dev/null 2>&1
libtool: link: ar rc .libs/libubsan.a .libs/libubsan.lax/libsanitizer_libbacktrace.a/elf.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/fileline.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/mmap.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/mmapio.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/posix.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/sort.o .libs/libubsan.lax/libsanitizer_libbacktrace.a/state.o
libtool: link: ranlib .libs/libubsan.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT shape_i2.lo -MD -MP -MF .deps/shape_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i2.c  -fPIC -DPIC -o .libs/shape_i2.o
libtool: link: rm -fr .libs/libubsan.lax
libtool: link: ( cd ".libs" && rm -f "libubsan.la" && ln -s "../libubsan.la" "libubsan.la" )
mv -f .deps/shape_i1.Tpo .deps/shape_i1.Plo
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan'
Making all in tsan
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT shape_i4.lo -MD -MP -MF .deps/shape_i4.Tpo -c -o shape_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i4.c
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan'
/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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_debugging.lo -MD -MP -MF .deps/tsan_debugging.Tpo -c -o tsan_debugging.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_debugging.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT shape_i2.lo -MD -MP -MF .deps/shape_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i2.c -o shape_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 shape_i4.lo -MD -MP -MF .deps/shape_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i4.c  -fPIC -DPIC -o .libs/shape_i4.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_debugging.lo -MD -MP -MF .deps/tsan_debugging.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_debugging.cpp  -fPIC -DPIC -o .libs/tsan_debugging.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT shape_i4.lo -MD -MP -MF .deps/shape_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i4.c -o shape_i4.o >/dev/null 2>&1
mv -f .deps/shape_i2.Tpo .deps/shape_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 shape_i8.lo -MD -MP -MF .deps/shape_i8.Tpo -c -o shape_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_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 shape_i8.lo -MD -MP -MF .deps/shape_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i8.c  -fPIC -DPIC -o .libs/shape_i8.o
mv -f .deps/shape_i4.Tpo .deps/shape_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 shape_i16.lo -MD -MP -MF .deps/shape_i16.Tpo -c -o shape_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/shape_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 shape_i8.lo -MD -MP -MF .deps/shape_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i8.c -o shape_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 shape_i16.lo -MD -MP -MF .deps/shape_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i16.c  -fPIC -DPIC -o .libs/shape_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 shape_i16.lo -MD -MP -MF .deps/shape_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/shape_i16.c -o shape_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r10.lo -MD -MP -MF .deps/matmul_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r10.c -o matmul_r10.o >/dev/null 2>&1
mv -f .deps/shape_i8.Tpo .deps/shape_i8.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_external.lo -MD -MP -MF .deps/tsan_external.Tpo -c -o tsan_external.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_external.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_debugging.lo -MD -MP -MF .deps/tsan_debugging.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_debugging.cpp -o tsan_debugging.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_external.lo -MD -MP -MF .deps/tsan_external.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_external.cpp  -fPIC -DPIC -o .libs/tsan_external.o
mv -f .deps/shape_i16.Tpo .deps/shape_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r16.lo -MD -MP -MF .deps/matmul_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r16.c -o matmul_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 eoshift1_4.lo -MD -MP -MF .deps/eoshift1_4.Tpo -c -o eoshift1_4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_4.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 eoshift1_4.lo -MD -MP -MF .deps/eoshift1_4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_4.c  -fPIC -DPIC -o .libs/eoshift1_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i16.lo -MD -MP -MF .deps/matmul_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i16.c -o matmul_i16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_external.lo -MD -MP -MF .deps/tsan_external.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_external.cpp -o tsan_external.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift1_4.lo -MD -MP -MF .deps/eoshift1_4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_4.c -o eoshift1_4.o >/dev/null 2>&1
mv -f .deps/tsan_debugging.Tpo .deps/tsan_debugging.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_fd.lo -MD -MP -MF .deps/tsan_fd.Tpo -c -o tsan_fd.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_fd.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_fd.lo -MD -MP -MF .deps/tsan_fd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_fd.cpp  -fPIC -DPIC -o .libs/tsan_fd.o
mv -f .deps/eoshift1_4.Tpo .deps/eoshift1_4.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 eoshift1_8.lo -MD -MP -MF .deps/eoshift1_8.Tpo -c -o eoshift1_8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_8.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c10.lo -MD -MP -MF .deps/matmul_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c10.c -o matmul_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift1_8.lo -MD -MP -MF .deps/eoshift1_8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_8.c  -fPIC -DPIC -o .libs/eoshift1_8.o
mv -f .deps/tsan_external.Tpo .deps/tsan_external.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i8.lo -MD -MP -MF .deps/matmul_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i8.c -o matmul_i8.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_flags.lo -MD -MP -MF .deps/tsan_flags.Tpo -c -o tsan_flags.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_flags.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_flags.lo -MD -MP -MF .deps/tsan_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_flags.cpp  -fPIC -DPIC -o .libs/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_fd.lo -MD -MP -MF .deps/tsan_fd.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_fd.cpp -o tsan_fd.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift1_8.lo -MD -MP -MF .deps/eoshift1_8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_8.c -o eoshift1_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c16.lo -MD -MP -MF .deps/matmul_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c16.c -o matmul_c16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_flags.lo -MD -MP -MF .deps/tsan_flags.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_flags.cpp -o tsan_flags.o >/dev/null 2>&1
mv -f .deps/eoshift1_8.Tpo .deps/eoshift1_8.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 eoshift1_16.lo -MD -MP -MF .deps/eoshift1_16.Tpo -c -o eoshift1_16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_16.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 eoshift1_16.lo -MD -MP -MF .deps/eoshift1_16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_16.c  -fPIC -DPIC -o .libs/eoshift1_16.o
mv -f .deps/tsan_fd.Tpo .deps/tsan_fd.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 eoshift3_4.lo -MD -MP -MF .deps/eoshift3_4.Tpo -c -o eoshift3_4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_4.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 eoshift3_4.lo -MD -MP -MF .deps/eoshift3_4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_4.c  -fPIC -DPIC -o .libs/eoshift3_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r8.lo -MD -MP -MF .deps/matmul_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r8.c -o matmul_r8.o >/dev/null 2>&1
mv -f .deps/tsan_flags.Tpo .deps/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_ignoreset.lo -MD -MP -MF .deps/tsan_ignoreset.Tpo -c -o tsan_ignoreset.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_ignoreset.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift1_16.lo -MD -MP -MF .deps/eoshift1_16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift1_16.c -o eoshift1_16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_ignoreset.lo -MD -MP -MF .deps/tsan_ignoreset.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_ignoreset.cpp  -fPIC -DPIC -o .libs/tsan_ignoreset.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i4.lo -MD -MP -MF .deps/matmul_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i4.c -o matmul_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 eoshift3_4.lo -MD -MP -MF .deps/eoshift3_4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_4.c -o eoshift3_4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_ignoreset.lo -MD -MP -MF .deps/tsan_ignoreset.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_ignoreset.cpp -o tsan_ignoreset.o >/dev/null 2>&1
mv -f .deps/eoshift1_16.Tpo .deps/eoshift1_16.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 eoshift3_8.lo -MD -MP -MF .deps/eoshift3_8.Tpo -c -o eoshift3_8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_8.c
mv -f .deps/tsan_ignoreset.Tpo .deps/tsan_ignoreset.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_interceptors_posix.lo -MD -MP -MF .deps/tsan_interceptors_posix.Tpo -c -o tsan_interceptors_posix.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift3_8.lo -MD -MP -MF .deps/eoshift3_8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_8.c  -fPIC -DPIC -o .libs/eoshift3_8.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interceptors_posix.lo -MD -MP -MF .deps/tsan_interceptors_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.cpp  -fPIC -DPIC -o .libs/tsan_interceptors_posix.o
mv -f .deps/eoshift3_4.Tpo .deps/eoshift3_4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_interceptors_mac.lo -MD -MP -MF .deps/tsan_interceptors_mac.Tpo -c -o tsan_interceptors_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interceptors_mac.lo -MD -MP -MF .deps/tsan_interceptors_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_mac.cpp  -fPIC -DPIC -o .libs/tsan_interceptors_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interceptors_mac.lo -MD -MP -MF .deps/tsan_interceptors_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_mac.cpp -o tsan_interceptors_mac.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift3_8.lo -MD -MP -MF .deps/eoshift3_8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_8.c -o eoshift3_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_r4.lo -MD -MP -MF .deps/matmul_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_r4.c -o matmul_r4.o >/dev/null 2>&1
mv -f .deps/tsan_interceptors_mac.Tpo .deps/tsan_interceptors_mac.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 eoshift3_16.lo -MD -MP -MF .deps/eoshift3_16.Tpo -c -o eoshift3_16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_16.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 eoshift3_16.lo -MD -MP -MF .deps/eoshift3_16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_16.c  -fPIC -DPIC -o .libs/eoshift3_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i1.lo -MD -MP -MF .deps/matmul_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i1.c -o matmul_i1.o >/dev/null 2>&1
mv -f .deps/matmul_r10.Tpo .deps/matmul_r10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_interface_ann.lo -MD -MP -MF .deps/tsan_interface_ann.Tpo -c -o tsan_interface_ann.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_ann.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface_ann.lo -MD -MP -MF .deps/tsan_interface_ann.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_ann.cpp  -fPIC -DPIC -o .libs/tsan_interface_ann.o
mv -f .deps/eoshift3_8.Tpo .deps/eoshift3_8.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 cshift1_4.lo -MD -MP -MF .deps/cshift1_4.Tpo -c -o cshift1_4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_i2.lo -MD -MP -MF .deps/matmul_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_i2.c -o matmul_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 cshift1_4.lo -MD -MP -MF .deps/cshift1_4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4.c  -fPIC -DPIC -o .libs/cshift1_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift3_16.lo -MD -MP -MF .deps/eoshift3_16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/eoshift3_16.c -o eoshift3_16.o >/dev/null 2>&1
mv -f .deps/matmul_r16.Tpo .deps/matmul_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 cshift1_8.lo -MD -MP -MF .deps/cshift1_8.Tpo -c -o cshift1_8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c8.lo -MD -MP -MF .deps/matmul_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c8.c -o matmul_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4.lo -MD -MP -MF .deps/cshift1_4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4.c -o cshift1_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8.lo -MD -MP -MF .deps/cshift1_8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8.c  -fPIC -DPIC -o .libs/cshift1_8.o
mv -f .deps/eoshift3_16.Tpo .deps/eoshift3_16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_interface_atomic.lo -MD -MP -MF .deps/tsan_interface_atomic.Tpo -c -o tsan_interface_atomic.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_atomic.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface_atomic.lo -MD -MP -MF .deps/tsan_interface_atomic.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_atomic.cpp  -fPIC -DPIC -o .libs/tsan_interface_atomic.o
mv -f .deps/matmul_i16.Tpo .deps/matmul_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 cshift1_16.lo -MD -MP -MF .deps/cshift1_16.Tpo -c -o cshift1_16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16.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 cshift1_8.lo -MD -MP -MF .deps/cshift1_8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8.c -o cshift1_8.o >/dev/null 2>&1
mv -f .deps/cshift1_4.Tpo .deps/cshift1_4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface_ann.lo -MD -MP -MF .deps/tsan_interface_ann.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_ann.cpp -o tsan_interface_ann.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 reshape_i4.lo -MD -MP -MF .deps/reshape_i4.Tpo -c -o reshape_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_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 cshift1_16.lo -MD -MP -MF .deps/cshift1_16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16.c  -fPIC -DPIC -o .libs/cshift1_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_i4.lo -MD -MP -MF .deps/reshape_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i4.c  -fPIC -DPIC -o .libs/reshape_i4.o
mv -f .deps/cshift1_8.Tpo .deps/cshift1_8.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 reshape_i8.lo -MD -MP -MF .deps/reshape_i8.Tpo -c -o reshape_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_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 reshape_i8.lo -MD -MP -MF .deps/reshape_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i8.c  -fPIC -DPIC -o .libs/reshape_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 cshift1_16.lo -MD -MP -MF .deps/cshift1_16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16.c -o cshift1_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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_i4.lo -MD -MP -MF .deps/reshape_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i4.c -o reshape_i4.o >/dev/null 2>&1
mv -f .deps/matmul_c10.Tpo .deps/matmul_c10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_interface.lo -MD -MP -MF .deps/tsan_interface.Tpo -c -o tsan_interface.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface.lo -MD -MP -MF .deps/tsan_interface.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface.cpp  -fPIC -DPIC -o .libs/tsan_interface.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_i8.lo -MD -MP -MF .deps/reshape_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i8.c -o reshape_i8.o >/dev/null 2>&1
mv -f .deps/cshift1_16.Tpo .deps/cshift1_16.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 reshape_i16.lo -MD -MP -MF .deps/reshape_i16.Tpo -c -o reshape_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i16.c
mv -f .deps/reshape_i4.Tpo .deps/reshape_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 reshape_r4.lo -MD -MP -MF .deps/reshape_r4.Tpo -c -o reshape_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_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 reshape_i16.lo -MD -MP -MF .deps/reshape_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i16.c  -fPIC -DPIC -o .libs/reshape_i16.o
mv -f .deps/tsan_interface_ann.Tpo .deps/tsan_interface_ann.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_interface_java.lo -MD -MP -MF .deps/tsan_interface_java.Tpo -c -o tsan_interface_java.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_java.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_r4.lo -MD -MP -MF .deps/reshape_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r4.c  -fPIC -DPIC -o .libs/reshape_r4.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface_java.lo -MD -MP -MF .deps/tsan_interface_java.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_java.cpp  -fPIC -DPIC -o .libs/tsan_interface_java.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface.lo -MD -MP -MF .deps/tsan_interface.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface.cpp -o tsan_interface.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -g -O2 -MT matmul_c4.lo -MD -MP -MF .deps/matmul_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmul_c4.c -o matmul_c4.o >/dev/null 2>&1
mv -f .deps/reshape_i8.Tpo .deps/reshape_i8.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_malloc_mac.lo -MD -MP -MF .deps/tsan_malloc_mac.Tpo -c -o tsan_malloc_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_malloc_mac.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_i16.lo -MD -MP -MF .deps/reshape_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_i16.c -o reshape_i16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_malloc_mac.lo -MD -MP -MF .deps/tsan_malloc_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_malloc_mac.cpp  -fPIC -DPIC -o .libs/tsan_malloc_mac.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_r4.lo -MD -MP -MF .deps/reshape_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r4.c -o reshape_r4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_malloc_mac.lo -MD -MP -MF .deps/tsan_malloc_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_malloc_mac.cpp -o tsan_malloc_mac.o >/dev/null 2>&1
mv -f .deps/tsan_interface.Tpo .deps/tsan_interface.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface_java.lo -MD -MP -MF .deps/tsan_interface_java.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_java.cpp -o tsan_interface_java.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_md5.lo -MD -MP -MF .deps/tsan_md5.Tpo -c -o tsan_md5.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_md5.cpp
mv -f .deps/matmul_c16.Tpo .deps/matmul_c16.Plo
mv -f .deps/tsan_malloc_mac.Tpo .deps/tsan_malloc_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_mman.lo -MD -MP -MF .deps/tsan_mman.Tpo -c -o tsan_mman.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_mman.cpp
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT reshape_r8.lo -MD -MP -MF .deps/reshape_r8.Tpo -c -o reshape_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r8.c
mv -f .deps/matmul_i8.Tpo .deps/matmul_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 reshape_r10.lo -MD -MP -MF .deps/reshape_r10.Tpo -c -o reshape_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r10.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_md5.lo -MD -MP -MF .deps/tsan_md5.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_md5.cpp  -fPIC -DPIC -o .libs/tsan_md5.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_r8.lo -MD -MP -MF .deps/reshape_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r8.c  -fPIC -DPIC -o .libs/reshape_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 reshape_r10.lo -MD -MP -MF .deps/reshape_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r10.c  -fPIC -DPIC -o .libs/reshape_r10.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_mman.lo -MD -MP -MF .deps/tsan_mman.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_mman.cpp  -fPIC -DPIC -o .libs/tsan_mman.o
mv -f .deps/reshape_i16.Tpo .deps/reshape_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 reshape_r16.lo -MD -MP -MF .deps/reshape_r16.Tpo -c -o reshape_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r16.c
mv -f .deps/reshape_r4.Tpo .deps/reshape_r4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_mutexset.lo -MD -MP -MF .deps/tsan_mutexset.Tpo -c -o tsan_mutexset.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_mutexset.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_r16.lo -MD -MP -MF .deps/reshape_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r16.c  -fPIC -DPIC -o .libs/reshape_r16.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_mutexset.lo -MD -MP -MF .deps/tsan_mutexset.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_mutexset.cpp  -fPIC -DPIC -o .libs/tsan_mutexset.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_md5.lo -MD -MP -MF .deps/tsan_md5.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_md5.cpp -o tsan_md5.o >/dev/null 2>&1
mv -f .deps/tsan_interface_java.Tpo .deps/tsan_interface_java.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 reshape_r17.lo -MD -MP -MF .deps/reshape_r17.Tpo -c -o reshape_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_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 reshape_r17.lo -MD -MP -MF .deps/reshape_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r17.c  -fPIC -DPIC -o .libs/reshape_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 reshape_r8.lo -MD -MP -MF .deps/reshape_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r8.c -o reshape_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 reshape_r10.lo -MD -MP -MF .deps/reshape_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r10.c -o reshape_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 reshape_r16.lo -MD -MP -MF .deps/reshape_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r16.c -o reshape_r16.o >/dev/null 2>&1
mv -f .deps/tsan_md5.Tpo .deps/tsan_md5.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 reshape_r17.lo -MD -MP -MF .deps/reshape_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_r17.c -o reshape_r17.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 reshape_c4.lo -MD -MP -MF .deps/reshape_c4.Tpo -c -o reshape_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c4.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_mutexset.lo -MD -MP -MF .deps/tsan_mutexset.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_mutexset.cpp -o tsan_mutexset.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c4.lo -MD -MP -MF .deps/reshape_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c4.c  -fPIC -DPIC -o .libs/reshape_c4.o
mv -f .deps/reshape_r10.Tpo .deps/reshape_r10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_new_delete.lo -MD -MP -MF .deps/tsan_new_delete.Tpo -c -o tsan_new_delete.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_new_delete.cpp
mv -f .deps/reshape_r8.Tpo .deps/reshape_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 reshape_c8.lo -MD -MP -MF .deps/reshape_c8.Tpo -c -o reshape_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c8.c
mv -f .deps/reshape_r17.Tpo .deps/reshape_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 reshape_c10.lo -MD -MP -MF .deps/reshape_c10.Tpo -c -o reshape_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c10.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_new_delete.lo -MD -MP -MF .deps/tsan_new_delete.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_new_delete.cpp  -fPIC -DPIC -o .libs/tsan_new_delete.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c8.lo -MD -MP -MF .deps/reshape_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c8.c  -fPIC -DPIC -o .libs/reshape_c8.o
mv -f .deps/reshape_r16.Tpo .deps/reshape_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 reshape_c10.lo -MD -MP -MF .deps/reshape_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c10.c  -fPIC -DPIC -o .libs/reshape_c10.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 reshape_c16.lo -MD -MP -MF .deps/reshape_c16.Tpo -c -o reshape_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c16.c
mv -f .deps/tsan_mutexset.Tpo .deps/tsan_mutexset.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_platform_linux.lo -MD -MP -MF .deps/tsan_platform_linux.Tpo -c -o tsan_platform_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_linux.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c4.lo -MD -MP -MF .deps/reshape_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c4.c -o reshape_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c16.lo -MD -MP -MF .deps/reshape_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c16.c  -fPIC -DPIC -o .libs/reshape_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_linux.lo -MD -MP -MF .deps/tsan_platform_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_linux.cpp  -fPIC -DPIC -o .libs/tsan_platform_linux.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c8.lo -MD -MP -MF .deps/reshape_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c8.c -o reshape_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c10.lo -MD -MP -MF .deps/reshape_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c10.c -o reshape_c10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_new_delete.lo -MD -MP -MF .deps/tsan_new_delete.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_new_delete.cpp -o tsan_new_delete.o >/dev/null 2>&1
mv -f .deps/reshape_c4.Tpo .deps/reshape_c4.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 reshape_c16.lo -MD -MP -MF .deps/reshape_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c16.c -o reshape_c16.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 reshape_c17.lo -MD -MP -MF .deps/reshape_c17.Tpo -c -o reshape_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c17.c
mv -f .deps/matmul_r8.Tpo .deps/matmul_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 in_pack_i1.lo -MD -MP -MF .deps/in_pack_i1.Tpo -c -o in_pack_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_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 reshape_c17.lo -MD -MP -MF .deps/reshape_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c17.c  -fPIC -DPIC -o .libs/reshape_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_i1.lo -MD -MP -MF .deps/in_pack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i1.c  -fPIC -DPIC -o .libs/in_pack_i1.o
mv -f .deps/reshape_c8.Tpo .deps/reshape_c8.Plo
mv -f .deps/reshape_c10.Tpo .deps/reshape_c10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_platform_mac.lo -MD -MP -MF .deps/tsan_platform_mac.Tpo -c -o tsan_platform_mac.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_platform_posix.lo -MD -MP -MF .deps/tsan_platform_posix.Tpo -c -o tsan_platform_posix.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_posix.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_c17.lo -MD -MP -MF .deps/reshape_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/reshape_c17.c -o reshape_c17.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_mman.lo -MD -MP -MF .deps/tsan_mman.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_mman.cpp -o tsan_mman.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_linux.lo -MD -MP -MF .deps/tsan_platform_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_linux.cpp -o tsan_platform_linux.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_i1.lo -MD -MP -MF .deps/in_pack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i1.c -o in_pack_i1.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_mac.lo -MD -MP -MF .deps/tsan_platform_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_mac.cpp  -fPIC -DPIC -o .libs/tsan_platform_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_posix.lo -MD -MP -MF .deps/tsan_platform_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_posix.cpp  -fPIC -DPIC -o .libs/tsan_platform_posix.o
mv -f .deps/reshape_c16.Tpo .deps/reshape_c16.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 in_pack_i2.lo -MD -MP -MF .deps/in_pack_i2.Tpo -c -o in_pack_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i2.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_mac.lo -MD -MP -MF .deps/tsan_platform_mac.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_mac.cpp -o tsan_platform_mac.o >/dev/null 2>&1
mv -f .deps/reshape_c17.Tpo .deps/reshape_c17.Plo
mv -f .deps/tsan_new_delete.Tpo .deps/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_platform_windows.lo -MD -MP -MF .deps/tsan_platform_windows.Tpo -c -o tsan_platform_windows.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_windows.cpp
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT in_pack_i4.lo -MD -MP -MF .deps/in_pack_i4.Tpo -c -o in_pack_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i4.c
mv -f .deps/matmul_i4.Tpo .deps/matmul_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 in_pack_i2.lo -MD -MP -MF .deps/in_pack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i2.c  -fPIC -DPIC -o .libs/in_pack_i2.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_report.lo -MD -MP -MF .deps/tsan_report.Tpo -c -o tsan_report.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_report.cpp
mv -f .deps/tsan_platform_mac.Tpo .deps/tsan_platform_mac.Plo
mv -f .deps/in_pack_i1.Tpo .deps/in_pack_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 in_pack_i4.lo -MD -MP -MF .deps/in_pack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i4.c  -fPIC -DPIC -o .libs/in_pack_i4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_rtl.lo -MD -MP -MF .deps/tsan_rtl.Tpo -c -o tsan_rtl.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.cpp
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT in_pack_i8.lo -MD -MP -MF .deps/in_pack_i8.Tpo -c -o in_pack_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i8.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_windows.lo -MD -MP -MF .deps/tsan_platform_windows.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_windows.cpp  -fPIC -DPIC -o .libs/tsan_platform_windows.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_report.lo -MD -MP -MF .deps/tsan_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_report.cpp  -fPIC -DPIC -o .libs/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_posix.lo -MD -MP -MF .deps/tsan_platform_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_posix.cpp -o tsan_platform_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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_i8.lo -MD -MP -MF .deps/in_pack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i8.c  -fPIC -DPIC -o .libs/in_pack_i8.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl.lo -MD -MP -MF .deps/tsan_rtl.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.cpp  -fPIC -DPIC -o .libs/tsan_rtl.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_i2.lo -MD -MP -MF .deps/in_pack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i2.c -o in_pack_i2.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_platform_windows.lo -MD -MP -MF .deps/tsan_platform_windows.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_windows.cpp -o tsan_platform_windows.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_i4.lo -MD -MP -MF .deps/in_pack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i4.c -o in_pack_i4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interface_atomic.lo -MD -MP -MF .deps/tsan_interface_atomic.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interface_atomic.cpp -o tsan_interface_atomic.o >/dev/null 2>&1
mv -f .deps/tsan_platform_windows.Tpo .deps/tsan_platform_windows.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_access.lo -MD -MP -MF .deps/tsan_rtl_access.Tpo -c -o tsan_rtl_access.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_i8.lo -MD -MP -MF .deps/in_pack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i8.c -o in_pack_i8.o >/dev/null 2>&1
mv -f .deps/tsan_platform_linux.Tpo .deps/tsan_platform_linux.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 in_pack_i16.lo -MD -MP -MF .deps/in_pack_i16.Tpo -c -o in_pack_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i16.c
mv -f .deps/in_pack_i2.Tpo .deps/in_pack_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 in_pack_r4.lo -MD -MP -MF .deps/in_pack_r4.Tpo -c -o in_pack_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r4.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_access.lo -MD -MP -MF .deps/tsan_rtl_access.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.cpp  -fPIC -DPIC -o .libs/tsan_rtl_access.o
mv -f .deps/tsan_platform_posix.Tpo .deps/tsan_platform_posix.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 in_pack_i16.lo -MD -MP -MF .deps/in_pack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i16.c  -fPIC -DPIC -o .libs/in_pack_i16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_mutex.lo -MD -MP -MF .deps/tsan_rtl_mutex.Tpo -c -o tsan_rtl_mutex.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_mutex.cpp
mv -f .deps/in_pack_i4.Tpo .deps/in_pack_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 in_pack_r8.lo -MD -MP -MF .deps/in_pack_r8.Tpo -c -o in_pack_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_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 in_pack_r4.lo -MD -MP -MF .deps/in_pack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r4.c  -fPIC -DPIC -o .libs/in_pack_r4.o
mv -f .deps/in_pack_i8.Tpo .deps/in_pack_i8.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_report.lo -MD -MP -MF .deps/tsan_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_report.cpp -o tsan_report.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_proc.lo -MD -MP -MF .deps/tsan_rtl_proc.Tpo -c -o tsan_rtl_proc.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_proc.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_mutex.lo -MD -MP -MF .deps/tsan_rtl_mutex.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_mutex.cpp  -fPIC -DPIC -o .libs/tsan_rtl_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_r8.lo -MD -MP -MF .deps/in_pack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r8.c  -fPIC -DPIC -o .libs/in_pack_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 in_pack_i16.lo -MD -MP -MF .deps/in_pack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_i16.c -o in_pack_i16.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_proc.lo -MD -MP -MF .deps/tsan_rtl_proc.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_proc.cpp  -fPIC -DPIC -o .libs/tsan_rtl_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_r4.lo -MD -MP -MF .deps/in_pack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r4.c -o in_pack_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 in_pack_r8.lo -MD -MP -MF .deps/in_pack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r8.c -o in_pack_r8.o >/dev/null 2>&1
mv -f .deps/in_pack_i16.Tpo .deps/in_pack_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 in_pack_r10.lo -MD -MP -MF .deps/in_pack_r10.Tpo -c -o in_pack_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r10.c
mv -f .deps/in_pack_r4.Tpo .deps/in_pack_r4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_report.lo -MD -MP -MF .deps/tsan_rtl_report.Tpo -c -o tsan_rtl_report.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_report.cpp
mv -f .deps/matmul_r4.Tpo .deps/matmul_r4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_proc.lo -MD -MP -MF .deps/tsan_rtl_proc.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_proc.cpp -o tsan_rtl_proc.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_thread.lo -MD -MP -MF .deps/tsan_rtl_thread.Tpo -c -o tsan_rtl_thread.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_thread.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_r10.lo -MD -MP -MF .deps/in_pack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r10.c  -fPIC -DPIC -o .libs/in_pack_r10.o
mv -f .deps/in_pack_r8.Tpo .deps/in_pack_r8.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_stack_trace.lo -MD -MP -MF .deps/tsan_stack_trace.Tpo -c -o tsan_stack_trace.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_stack_trace.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_report.lo -MD -MP -MF .deps/tsan_rtl_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_report.cpp  -fPIC -DPIC -o .libs/tsan_rtl_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_thread.lo -MD -MP -MF .deps/tsan_rtl_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_thread.cpp  -fPIC -DPIC -o .libs/tsan_rtl_thread.o
mv -f .deps/tsan_report.Tpo .deps/tsan_report.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_suppressions.lo -MD -MP -MF .deps/tsan_suppressions.Tpo -c -o tsan_suppressions.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_stack_trace.lo -MD -MP -MF .deps/tsan_stack_trace.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_stack_trace.cpp  -fPIC -DPIC -o .libs/tsan_stack_trace.o
mv -f .deps/tsan_mman.Tpo .deps/tsan_mman.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_symbolize.lo -MD -MP -MF .deps/tsan_symbolize.Tpo -c -o tsan_symbolize.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_symbolize.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_r10.lo -MD -MP -MF .deps/in_pack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r10.c -o in_pack_r10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_suppressions.lo -MD -MP -MF .deps/tsan_suppressions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_suppressions.cpp  -fPIC -DPIC -o .libs/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_symbolize.lo -MD -MP -MF .deps/tsan_symbolize.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_symbolize.cpp  -fPIC -DPIC -o .libs/tsan_symbolize.o
mv -f .deps/tsan_rtl_proc.Tpo .deps/tsan_rtl_proc.Plo
mv -f .deps/matmul_i1.Tpo .deps/matmul_i1.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_sync.lo -MD -MP -MF .deps/tsan_sync.Tpo -c -o tsan_sync.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_vector_clock.lo -MD -MP -MF .deps/tsan_vector_clock.Tpo -c -o tsan_vector_clock.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_vector_clock.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_sync.lo -MD -MP -MF .deps/tsan_sync.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.cpp  -fPIC -DPIC -o .libs/tsan_sync.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_vector_clock.lo -MD -MP -MF .deps/tsan_vector_clock.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_vector_clock.cpp  -fPIC -DPIC -o .libs/tsan_vector_clock.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_stack_trace.lo -MD -MP -MF .deps/tsan_stack_trace.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_stack_trace.cpp -o tsan_stack_trace.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl.lo -MD -MP -MF .deps/tsan_rtl.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.cpp -o tsan_rtl.o >/dev/null 2>&1
mv -f .deps/in_pack_r10.Tpo .deps/in_pack_r10.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    -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -fcf-protection -mshstk -g -O2 -MT tsan_rtl_amd64.lo -MD -MP -MF .deps/tsan_rtl_amd64.Tpo -c -o tsan_rtl_amd64.lo /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_amd64.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_symbolize.lo -MD -MP -MF .deps/tsan_symbolize.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_symbolize.cpp -o tsan_symbolize.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_suppressions.lo -MD -MP -MF .deps/tsan_suppressions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_suppressions.cpp -o tsan_suppressions.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -fcf-protection -mshstk -g -O2 -MT tsan_rtl_amd64.lo -MD -MP -MF .deps/tsan_rtl_amd64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_amd64.S  -fPIC -DPIC -o .libs/tsan_rtl_amd64.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_vector_clock.lo -MD -MP -MF .deps/tsan_vector_clock.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_vector_clock.cpp -o tsan_vector_clock.o >/dev/null 2>&1
mv -f .deps/matmul_i2.Tpo .deps/matmul_i2.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_thread.lo -MD -MP -MF .deps/tsan_rtl_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_thread.cpp -o tsan_rtl_thread.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 in_pack_r16.lo -MD -MP -MF .deps/in_pack_r16.Tpo -c -o in_pack_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r16.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_mutex.lo -MD -MP -MF .deps/tsan_rtl_mutex.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_mutex.cpp -o tsan_rtl_mutex.o >/dev/null 2>&1
mv -f .deps/matmul_c8.Tpo .deps/matmul_c8.Plo
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I..  -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include  -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include     -I../../libstdc++-v3/include/x86_64-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 tsan_preinit.o -MD -MP -MF .deps/tsan_preinit.Tpo -c -o tsan_preinit.o /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -fcf-protection -mshstk -g -O2 -MT tsan_rtl_amd64.lo -MD -MP -MF .deps/tsan_rtl_amd64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_amd64.S -o tsan_rtl_amd64.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_r16.lo -MD -MP -MF .deps/in_pack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r16.c  -fPIC -DPIC -o .libs/in_pack_r16.o
mv -f .deps/tsan_stack_trace.Tpo .deps/tsan_stack_trace.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 in_pack_r17.lo -MD -MP -MF .deps/in_pack_r17.Tpo -c -o in_pack_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r17.c
mv -f .deps/tsan_vector_clock.Tpo .deps/tsan_vector_clock.Plo
mv -f .deps/tsan_preinit.Tpo .deps/tsan_preinit.Po
/bin/sh ./libtool  --tag=CC   --mode=compile /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT in_pack_c4.lo -MD -MP -MF .deps/in_pack_c4.Tpo -c -o in_pack_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c4.c
cp tsan_preinit.o libtsan_preinit.o
mv -f .deps/tsan_rtl_amd64.Tpo .deps/tsan_rtl_amd64.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 in_pack_c8.lo -MD -MP -MF .deps/in_pack_c8.Tpo -c -o in_pack_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c8.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 in_pack_r17.lo -MD -MP -MF .deps/in_pack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r17.c  -fPIC -DPIC -o .libs/in_pack_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 in_pack_c10.lo -MD -MP -MF .deps/in_pack_c10.Tpo -c -o in_pack_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c10.c
mv -f .deps/tsan_symbolize.Tpo .deps/tsan_symbolize.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 in_pack_c16.lo -MD -MP -MF .deps/in_pack_c16.Tpo -c -o in_pack_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c16.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 in_pack_c4.lo -MD -MP -MF .deps/in_pack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c4.c  -fPIC -DPIC -o .libs/in_pack_c4.o
mv -f .deps/tsan_suppressions.Tpo .deps/tsan_suppressions.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 in_pack_r16.lo -MD -MP -MF .deps/in_pack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r16.c -o in_pack_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 in_pack_c17.lo -MD -MP -MF .deps/in_pack_c17.Tpo -c -o in_pack_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c17.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 in_pack_c8.lo -MD -MP -MF .deps/in_pack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c8.c  -fPIC -DPIC -o .libs/in_pack_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_c10.lo -MD -MP -MF .deps/in_pack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c10.c  -fPIC -DPIC -o .libs/in_pack_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_c16.lo -MD -MP -MF .deps/in_pack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c16.c  -fPIC -DPIC -o .libs/in_pack_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_r17.lo -MD -MP -MF .deps/in_pack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_r17.c -o in_pack_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 in_pack_c17.lo -MD -MP -MF .deps/in_pack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c17.c  -fPIC -DPIC -o .libs/in_pack_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_c4.lo -MD -MP -MF .deps/in_pack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c4.c -o in_pack_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_c8.lo -MD -MP -MF .deps/in_pack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c8.c -o in_pack_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_c10.lo -MD -MP -MF .deps/in_pack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c10.c -o in_pack_c10.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_sync.lo -MD -MP -MF .deps/tsan_sync.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.cpp -o tsan_sync.o >/dev/null 2>&1
mv -f .deps/in_pack_r16.Tpo .deps/in_pack_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 in_pack_c16.lo -MD -MP -MF .deps/in_pack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c16.c -o in_pack_c16.o >/dev/null 2>&1
mv -f .deps/tsan_rtl_thread.Tpo .deps/tsan_rtl_thread.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 in_pack_c17.lo -MD -MP -MF .deps/in_pack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_pack_c17.c -o in_pack_c17.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 in_unpack_i1.lo -MD -MP -MF .deps/in_unpack_i1.Tpo -c -o in_unpack_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_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 in_unpack_i2.lo -MD -MP -MF .deps/in_unpack_i2.Tpo -c -o in_unpack_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i2.c
mv -f .deps/in_pack_r17.Tpo .deps/in_pack_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 in_unpack_i4.lo -MD -MP -MF .deps/in_unpack_i4.Tpo -c -o in_unpack_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_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 in_unpack_i1.lo -MD -MP -MF .deps/in_unpack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i1.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_i2.lo -MD -MP -MF .deps/in_unpack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i2.c  -fPIC -DPIC -o .libs/in_unpack_i2.o
mv -f .deps/in_pack_c4.Tpo .deps/in_pack_c4.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 in_unpack_i4.lo -MD -MP -MF .deps/in_unpack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i4.c  -fPIC -DPIC -o .libs/in_unpack_i4.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 in_unpack_i8.lo -MD -MP -MF .deps/in_unpack_i8.Tpo -c -o in_unpack_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i8.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_report.lo -MD -MP -MF .deps/tsan_rtl_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_report.cpp -o tsan_rtl_report.o >/dev/null 2>&1
mv -f .deps/in_pack_c10.Tpo .deps/in_pack_c10.Plo
mv -f .deps/in_pack_c8.Tpo .deps/in_pack_c8.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 in_unpack_i16.lo -MD -MP -MF .deps/in_unpack_i16.Tpo -c -o in_unpack_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_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 in_unpack_r4.lo -MD -MP -MF .deps/in_unpack_r4.Tpo -c -o in_unpack_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r4.c
mv -f .deps/in_pack_c16.Tpo .deps/in_pack_c16.Plo
mv -f .deps/in_pack_c17.Tpo .deps/in_pack_c17.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 in_unpack_r8.lo -MD -MP -MF .deps/in_unpack_r8.Tpo -c -o in_unpack_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_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 in_unpack_r10.lo -MD -MP -MF .deps/in_unpack_r10.Tpo -c -o in_unpack_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_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 in_unpack_i8.lo -MD -MP -MF .deps/in_unpack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i8.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_i16.lo -MD -MP -MF .deps/in_unpack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i16.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_i1.lo -MD -MP -MF .deps/in_unpack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i1.c -o in_unpack_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 in_unpack_r4.lo -MD -MP -MF .deps/in_unpack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r4.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_r8.lo -MD -MP -MF .deps/in_unpack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r8.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_r10.lo -MD -MP -MF .deps/in_unpack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r10.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_i2.lo -MD -MP -MF .deps/in_unpack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i2.c -o in_unpack_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 in_unpack_i4.lo -MD -MP -MF .deps/in_unpack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i4.c -o in_unpack_i4.o >/dev/null 2>&1
mv -f .deps/tsan_rtl_mutex.Tpo .deps/tsan_rtl_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_i8.lo -MD -MP -MF .deps/in_unpack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i8.c -o in_unpack_i8.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 in_unpack_r16.lo -MD -MP -MF .deps/in_unpack_r16.Tpo -c -o in_unpack_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_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 in_unpack_i16.lo -MD -MP -MF .deps/in_unpack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_i16.c -o in_unpack_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 in_unpack_r4.lo -MD -MP -MF .deps/in_unpack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r4.c -o in_unpack_r4.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 -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_rtl_access.lo -MD -MP -MF .deps/tsan_rtl_access.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.cpp -o tsan_rtl_access.o >/dev/null 2>&1
mv -f .deps/tsan_rtl.Tpo .deps/tsan_rtl.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 in_unpack_r10.lo -MD -MP -MF .deps/in_unpack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r10.c -o in_unpack_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 in_unpack_r8.lo -MD -MP -MF .deps/in_unpack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r8.c -o in_unpack_r8.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 in_unpack_r17.lo -MD -MP -MF .deps/in_unpack_r17.Tpo -c -o in_unpack_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r17.c
mv -f .deps/in_unpack_i1.Tpo .deps/in_unpack_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 in_unpack_c4.lo -MD -MP -MF .deps/in_unpack_c4.Tpo -c -o in_unpack_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c4.c
mv -f .deps/in_unpack_i2.Tpo .deps/in_unpack_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 in_unpack_r16.lo -MD -MP -MF .deps/in_unpack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r16.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_c8.lo -MD -MP -MF .deps/in_unpack_c8.Tpo -c -o in_unpack_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c8.c
mv -f .deps/in_unpack_i4.Tpo .deps/in_unpack_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 in_unpack_c10.lo -MD -MP -MF .deps/in_unpack_c10.Tpo -c -o in_unpack_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c10.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 in_unpack_r17.lo -MD -MP -MF .deps/in_unpack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r17.c  -fPIC -DPIC -o .libs/in_unpack_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 in_unpack_c4.lo -MD -MP -MF .deps/in_unpack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c4.c  -fPIC -DPIC -o .libs/in_unpack_c4.o
mv -f .deps/in_unpack_i8.Tpo .deps/in_unpack_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 in_unpack_c8.lo -MD -MP -MF .deps/in_unpack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c8.c  -fPIC -DPIC -o .libs/in_unpack_c8.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 in_unpack_c16.lo -MD -MP -MF .deps/in_unpack_c16.Tpo -c -o in_unpack_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c16.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 in_unpack_c10.lo -MD -MP -MF .deps/in_unpack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c10.c  -fPIC -DPIC -o .libs/in_unpack_c10.o
mv -f .deps/in_unpack_r4.Tpo .deps/in_unpack_r4.Plo
mv -f .deps/in_unpack_i16.Tpo .deps/in_unpack_i16.Plo
mv -f .deps/tsan_sync.Tpo .deps/tsan_sync.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 in_unpack_c17.lo -MD -MP -MF .deps/in_unpack_c17.Tpo -c -o in_unpack_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c17.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 pow_i4_i4.lo -MD -MP -MF .deps/pow_i4_i4.Tpo -c -o pow_i4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_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 pow_i8_i4.lo -MD -MP -MF .deps/pow_i8_i4.Tpo -c -o pow_i8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i4.c
mv -f .deps/in_unpack_r10.Tpo .deps/in_unpack_r10.Plo
mv -f .deps/in_unpack_r8.Tpo .deps/in_unpack_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 pow_i16_i4.lo -MD -MP -MF .deps/pow_i16_i4.Tpo -c -o pow_i16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_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 pow_r16_i4.lo -MD -MP -MF .deps/pow_r16_i4.Tpo -c -o pow_r16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_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 in_unpack_r16.lo -MD -MP -MF .deps/in_unpack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r16.c -o in_unpack_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 in_unpack_r17.lo -MD -MP -MF .deps/in_unpack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_r17.c -o in_unpack_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 in_unpack_c16.lo -MD -MP -MF .deps/in_unpack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c16.c  -fPIC -DPIC -o .libs/in_unpack_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pow_i8_i4.lo -MD -MP -MF .deps/pow_i8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i4.c  -fPIC -DPIC -o .libs/pow_i8_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 in_unpack_c17.lo -MD -MP -MF .deps/in_unpack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c17.c  -fPIC -DPIC -o .libs/in_unpack_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_c4.lo -MD -MP -MF .deps/in_unpack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c4.c -o in_unpack_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pow_i4_i4.lo -MD -MP -MF .deps/pow_i4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i4.c  -fPIC -DPIC -o .libs/pow_i4_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 pow_i16_i4.lo -MD -MP -MF .deps/pow_i16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i4.c  -fPIC -DPIC -o .libs/pow_i16_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 pow_r16_i4.lo -MD -MP -MF .deps/pow_r16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i4.c  -fPIC -DPIC -o .libs/pow_r16_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 in_unpack_c8.lo -MD -MP -MF .deps/in_unpack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c8.c -o in_unpack_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_c10.lo -MD -MP -MF .deps/in_unpack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c10.c -o in_unpack_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_c17.lo -MD -MP -MF .deps/in_unpack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c17.c -o in_unpack_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_c16.lo -MD -MP -MF .deps/in_unpack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/in_unpack_c16.c -o in_unpack_c16.o >/dev/null 2>&1
mv -f .deps/in_unpack_r17.Tpo .deps/in_unpack_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 pow_r17_i4.lo -MD -MP -MF .deps/pow_r17_i4.Tpo -c -o pow_r17_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_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 pow_i8_i4.lo -MD -MP -MF .deps/pow_i8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i4.c -o pow_i8_i4.o >/dev/null 2>&1
mv -f .deps/in_unpack_r16.Tpo .deps/in_unpack_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 pow_i4_i4.lo -MD -MP -MF .deps/pow_i4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i4.c -o pow_i4_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 pow_c4_i4.lo -MD -MP -MF .deps/pow_c4_i4.Tpo -c -o pow_c4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_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 pow_r16_i4.lo -MD -MP -MF .deps/pow_r16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i4.c -o pow_r16_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 pow_i16_i4.lo -MD -MP -MF .deps/pow_i16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i4.c -o pow_i16_i4.o >/dev/null 2>&1
mv -f .deps/in_unpack_c4.Tpo .deps/in_unpack_c4.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 pow_r17_i4.lo -MD -MP -MF .deps/pow_r17_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i4.c  -fPIC -DPIC -o .libs/pow_r17_i4.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 pow_c8_i4.lo -MD -MP -MF .deps/pow_c8_i4.Tpo -c -o pow_c8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i4.c
mv -f .deps/in_unpack_c8.Tpo .deps/in_unpack_c8.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 pow_c10_i4.lo -MD -MP -MF .deps/pow_c10_i4.Tpo -c -o pow_c10_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_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 pow_c4_i4.lo -MD -MP -MF .deps/pow_c4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i4.c  -fPIC -DPIC -o .libs/pow_c4_i4.o
mv -f .deps/in_unpack_c10.Tpo .deps/in_unpack_c10.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 pow_c16_i4.lo -MD -MP -MF .deps/pow_c16_i4.Tpo -c -o pow_c16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i4.c
mv -f .deps/tsan_interface_atomic.Tpo .deps/tsan_interface_atomic.Plo
mv -f .deps/in_unpack_c17.Tpo .deps/in_unpack_c17.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 pow_c8_i4.lo -MD -MP -MF .deps/pow_c8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i4.c  -fPIC -DPIC -o .libs/pow_c8_i4.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 pow_c17_i4.lo -MD -MP -MF .deps/pow_c17_i4.Tpo -c -o pow_c17_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i4.c
mv -f .deps/in_unpack_c16.Tpo .deps/in_unpack_c16.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 pow_i4_i8.lo -MD -MP -MF .deps/pow_i4_i8.Tpo -c -o pow_i4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_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 pow_c10_i4.lo -MD -MP -MF .deps/pow_c10_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i4.c  -fPIC -DPIC -o .libs/pow_c10_i4.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 pow_i8_i8.lo -MD -MP -MF .deps/pow_i8_i8.Tpo -c -o pow_i8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_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 pow_c16_i4.lo -MD -MP -MF .deps/pow_c16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i4.c  -fPIC -DPIC -o .libs/pow_c16_i4.o
mv -f .deps/pow_i8_i4.Tpo .deps/pow_i8_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 pow_r17_i4.lo -MD -MP -MF .deps/pow_r17_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i4.c -o pow_r17_i4.o >/dev/null 2>&1
mv -f .deps/pow_i4_i4.Tpo .deps/pow_i4_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 pow_i16_i8.lo -MD -MP -MF .deps/pow_i16_i8.Tpo -c -o pow_i16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_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 pow_r4_i8.lo -MD -MP -MF .deps/pow_r4_i8.Tpo -c -o pow_r4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i8.c
mv -f .deps/pow_i16_i4.Tpo .deps/pow_i16_i4.Plo
mv -f .deps/pow_r16_i4.Tpo .deps/pow_r16_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 pow_r8_i8.lo -MD -MP -MF .deps/pow_r8_i8.Tpo -c -o pow_r8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_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 pow_i4_i8.lo -MD -MP -MF .deps/pow_i4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i8.c  -fPIC -DPIC -o .libs/pow_i4_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 pow_r10_i8.lo -MD -MP -MF .deps/pow_r10_i8.Tpo -c -o pow_r10_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_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 pow_c17_i4.lo -MD -MP -MF .deps/pow_c17_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i4.c  -fPIC -DPIC -o .libs/pow_c17_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 pow_c4_i4.lo -MD -MP -MF .deps/pow_c4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i4.c -o pow_c4_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 pow_i8_i8.lo -MD -MP -MF .deps/pow_i8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i8.c  -fPIC -DPIC -o .libs/pow_i8_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 pow_i16_i8.lo -MD -MP -MF .deps/pow_i16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i8.c  -fPIC -DPIC -o .libs/pow_i16_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 pow_r4_i8.lo -MD -MP -MF .deps/pow_r4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i8.c  -fPIC -DPIC -o .libs/pow_r4_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 pow_r8_i8.lo -MD -MP -MF .deps/pow_r8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i8.c  -fPIC -DPIC -o .libs/pow_r8_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 pow_r10_i8.lo -MD -MP -MF .deps/pow_r10_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_i8.c  -fPIC -DPIC -o .libs/pow_r10_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 pow_c8_i4.lo -MD -MP -MF .deps/pow_c8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i4.c -o pow_c8_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 pow_c10_i4.lo -MD -MP -MF .deps/pow_c10_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i4.c -o pow_c10_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 pow_c16_i4.lo -MD -MP -MF .deps/pow_c16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i4.c -o pow_c16_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 pow_i4_i8.lo -MD -MP -MF .deps/pow_i4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i8.c -o pow_i4_i8.o >/dev/null 2>&1
mv -f .deps/pow_r17_i4.Tpo .deps/pow_r17_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 pow_c17_i4.lo -MD -MP -MF .deps/pow_c17_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i4.c -o pow_c17_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 pow_r16_i8.lo -MD -MP -MF .deps/pow_r16_i8.Tpo -c -o pow_r16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_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 pow_i8_i8.lo -MD -MP -MF .deps/pow_i8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i8.c -o pow_i8_i8.o >/dev/null 2>&1
mv -f .deps/tsan_rtl_report.Tpo .deps/tsan_rtl_report.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 pow_r17_i8.lo -MD -MP -MF .deps/pow_r17_i8.Tpo -c -o pow_r17_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i8.c
mv -f .deps/pow_c4_i4.Tpo .deps/pow_c4_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 pow_i16_i8.lo -MD -MP -MF .deps/pow_i16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i8.c -o pow_i16_i8.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 pow_c4_i8.lo -MD -MP -MF .deps/pow_c4_i8.Tpo -c -o pow_c4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_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 pow_r4_i8.lo -MD -MP -MF .deps/pow_r4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i8.c -o pow_r4_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 pow_r8_i8.lo -MD -MP -MF .deps/pow_r8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i8.c -o pow_r8_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 pow_r16_i8.lo -MD -MP -MF .deps/pow_r16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i8.c  -fPIC -DPIC -o .libs/pow_r16_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 pow_r10_i8.lo -MD -MP -MF .deps/pow_r10_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_i8.c -o pow_r10_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 pow_r17_i8.lo -MD -MP -MF .deps/pow_r17_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i8.c  -fPIC -DPIC -o .libs/pow_r17_i8.o
mv -f .deps/pow_c8_i4.Tpo .deps/pow_c8_i4.Plo
mv -f .deps/pow_c16_i4.Tpo .deps/pow_c16_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 pow_c8_i8.lo -MD -MP -MF .deps/pow_c8_i8.Tpo -c -o pow_c8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i8.c
mv -f .deps/pow_c10_i4.Tpo .deps/pow_c10_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 pow_c10_i8.lo -MD -MP -MF .deps/pow_c10_i8.Tpo -c -o pow_c10_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_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 pow_c16_i8.lo -MD -MP -MF .deps/pow_c16_i8.Tpo -c -o pow_c16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_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 pow_c4_i8.lo -MD -MP -MF .deps/pow_c4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i8.c  -fPIC -DPIC -o .libs/pow_c4_i8.o
mv -f .deps/pow_i4_i8.Tpo .deps/pow_i4_i8.Plo
mv -f .deps/matmul_c4.Tpo .deps/matmul_c4.Plo
mv -f .deps/pow_c17_i4.Tpo .deps/pow_c17_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 pow_c17_i8.lo -MD -MP -MF .deps/pow_c17_i8.Tpo -c -o pow_c17_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_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 pow_i4_i16.lo -MD -MP -MF .deps/pow_i4_i16.Tpo -c -o pow_i4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_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 pow_i8_i16.lo -MD -MP -MF .deps/pow_i8_i16.Tpo -c -o pow_i8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i16.c
mv -f .deps/pow_i8_i8.Tpo .deps/pow_i8_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 pow_c10_i8.lo -MD -MP -MF .deps/pow_c10_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i8.c  -fPIC -DPIC -o .libs/pow_c10_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 pow_c8_i8.lo -MD -MP -MF .deps/pow_c8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i8.c  -fPIC -DPIC -o .libs/pow_c8_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 pow_i16_i16.lo -MD -MP -MF .deps/pow_i16_i16.Tpo -c -o pow_i16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_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 pow_c16_i8.lo -MD -MP -MF .deps/pow_c16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i8.c  -fPIC -DPIC -o .libs/pow_c16_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 pow_r16_i8.lo -MD -MP -MF .deps/pow_r16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i8.c -o pow_r16_i8.o >/dev/null 2>&1
mv -f .deps/pow_r8_i8.Tpo .deps/pow_r8_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 pow_i4_i16.lo -MD -MP -MF .deps/pow_i4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i16.c  -fPIC -DPIC -o .libs/pow_i4_i16.o
mv -f .deps/pow_i16_i8.Tpo .deps/pow_i16_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 pow_c17_i8.lo -MD -MP -MF .deps/pow_c17_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i8.c  -fPIC -DPIC -o .libs/pow_c17_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 pow_r4_i16.lo -MD -MP -MF .deps/pow_r4_i16.Tpo -c -o pow_r4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_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 pow_i8_i16.lo -MD -MP -MF .deps/pow_i8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i16.c  -fPIC -DPIC -o .libs/pow_i8_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 pow_r8_i16.lo -MD -MP -MF .deps/pow_r8_i16.Tpo -c -o pow_r8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i16.c
mv -f .deps/pow_r4_i8.Tpo .deps/pow_r4_i8.Plo
mv -f .deps/pow_r10_i8.Tpo .deps/pow_r10_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 pow_r10_i16.lo -MD -MP -MF .deps/pow_r10_i16.Tpo -c -o pow_r10_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_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 pow_r16_i16.lo -MD -MP -MF .deps/pow_r16_i16.Tpo -c -o pow_r16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_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 pow_r17_i8.lo -MD -MP -MF .deps/pow_r17_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i8.c -o pow_r17_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 pow_i16_i16.lo -MD -MP -MF .deps/pow_i16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i16.c  -fPIC -DPIC -o .libs/pow_i16_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 pow_c4_i8.lo -MD -MP -MF .deps/pow_c4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i8.c -o pow_c4_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 pow_r4_i16.lo -MD -MP -MF .deps/pow_r4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i16.c  -fPIC -DPIC -o .libs/pow_r4_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 pow_r8_i16.lo -MD -MP -MF .deps/pow_r8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i16.c  -fPIC -DPIC -o .libs/pow_r8_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 pow_c10_i8.lo -MD -MP -MF .deps/pow_c10_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i8.c -o pow_c10_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 pow_c8_i8.lo -MD -MP -MF .deps/pow_c8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i8.c -o pow_c8_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 pow_r10_i16.lo -MD -MP -MF .deps/pow_r10_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_i16.c  -fPIC -DPIC -o .libs/pow_r10_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 pow_r16_i16.lo -MD -MP -MF .deps/pow_r16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i16.c  -fPIC -DPIC -o .libs/pow_r16_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 pow_c16_i8.lo -MD -MP -MF .deps/pow_c16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i8.c -o pow_c16_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 pow_c17_i8.lo -MD -MP -MF .deps/pow_c17_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i8.c -o pow_c17_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 pow_i4_i16.lo -MD -MP -MF .deps/pow_i4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i4_i16.c -o pow_i4_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 pow_i8_i16.lo -MD -MP -MF .deps/pow_i8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i8_i16.c -o pow_i8_i16.o >/dev/null 2>&1
mv -f .deps/pow_r16_i8.Tpo .deps/pow_r16_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 pow_r17_i16.lo -MD -MP -MF .deps/pow_r17_i16.Tpo -c -o pow_r17_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_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 pow_i16_i16.lo -MD -MP -MF .deps/pow_i16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_i16_i16.c -o pow_i16_i16.o >/dev/null 2>&1
mv -f .deps/pow_r17_i8.Tpo .deps/pow_r17_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 pow_c4_i16.lo -MD -MP -MF .deps/pow_c4_i16.Tpo -c -o pow_c4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_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 pow_r4_i16.lo -MD -MP -MF .deps/pow_r4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r4_i16.c -o pow_r4_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 pow_r8_i16.lo -MD -MP -MF .deps/pow_r8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r8_i16.c -o pow_r8_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 pow_r17_i16.lo -MD -MP -MF .deps/pow_r17_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i16.c  -fPIC -DPIC -o .libs/pow_r17_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 pow_r16_i16.lo -MD -MP -MF .deps/pow_r16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r16_i16.c -o pow_r16_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 pow_r10_i16.lo -MD -MP -MF .deps/pow_r10_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r10_i16.c -o pow_r10_i16.o >/dev/null 2>&1
mv -f .deps/pow_c4_i8.Tpo .deps/pow_c4_i8.Plo
mv -f .deps/pow_c8_i8.Tpo .deps/pow_c8_i8.Plo
mv -f .deps/pow_c17_i8.Tpo .deps/pow_c17_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 pow_c4_i16.lo -MD -MP -MF .deps/pow_c4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i16.c  -fPIC -DPIC -o .libs/pow_c4_i16.o
mv -f .deps/pow_c10_i8.Tpo .deps/pow_c10_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 pow_c8_i16.lo -MD -MP -MF .deps/pow_c8_i16.Tpo -c -o pow_c8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_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 pow_c10_i16.lo -MD -MP -MF .deps/pow_c10_i16.Tpo -c -o pow_c10_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_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 pow_c16_i16.lo -MD -MP -MF .deps/pow_c16_i16.Tpo -c -o pow_c16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i16.c
mv -f .deps/pow_c16_i8.Tpo .deps/pow_c16_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 pow_c17_i16.lo -MD -MP -MF .deps/pow_c17_i16.Tpo -c -o pow_c17_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_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 pack_i1.lo -MD -MP -MF .deps/pack_i1.Tpo -c -o pack_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i1.c
mv -f .deps/pow_i8_i16.Tpo .deps/pow_i8_i16.Plo
mv -f .deps/pow_i4_i16.Tpo .deps/pow_i4_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 pack_i2.lo -MD -MP -MF .deps/pack_i2.Tpo -c -o pack_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_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 pack_i4.lo -MD -MP -MF .deps/pack_i4.Tpo -c -o pack_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i4.c
mv -f .deps/pow_i16_i16.Tpo .deps/pow_i16_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 pow_c8_i16.lo -MD -MP -MF .deps/pow_c8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i16.c  -fPIC -DPIC -o .libs/pow_c8_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 pow_c17_i16.lo -MD -MP -MF .deps/pow_c17_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i16.c  -fPIC -DPIC -o .libs/pow_c17_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 pow_c10_i16.lo -MD -MP -MF .deps/pow_c10_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i16.c  -fPIC -DPIC -o .libs/pow_c10_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 pack_i1.lo -MD -MP -MF .deps/pack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i1.c  -fPIC -DPIC -o .libs/pack_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 pow_r17_i16.lo -MD -MP -MF .deps/pow_r17_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_r17_i16.c -o pow_r17_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 pow_c16_i16.lo -MD -MP -MF .deps/pow_c16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i16.c  -fPIC -DPIC -o .libs/pow_c16_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 pack_i8.lo -MD -MP -MF .deps/pack_i8.Tpo -c -o pack_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i8.c
mv -f .deps/pow_r4_i16.Tpo .deps/pow_r4_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 pack_i16.lo -MD -MP -MF .deps/pack_i16.Tpo -c -o pack_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i16.c
mv -f .deps/pow_r8_i16.Tpo .deps/pow_r8_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 pack_i2.lo -MD -MP -MF .deps/pack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i2.c  -fPIC -DPIC -o .libs/pack_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 pack_r4.lo -MD -MP -MF .deps/pack_r4.Tpo -c -o pack_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r4.c
mv -f .deps/pow_r10_i16.Tpo .deps/pow_r10_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 pack_i4.lo -MD -MP -MF .deps/pack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i4.c  -fPIC -DPIC -o .libs/pack_i4.o
mv -f .deps/pow_r16_i16.Tpo .deps/pow_r16_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 pack_r8.lo -MD -MP -MF .deps/pack_r8.Tpo -c -o pack_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_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 pack_r10.lo -MD -MP -MF .deps/pack_r10.Tpo -c -o pack_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_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 pow_c4_i16.lo -MD -MP -MF .deps/pow_c4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c4_i16.c -o pow_c4_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 pack_i8.lo -MD -MP -MF .deps/pack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i8.c  -fPIC -DPIC -o .libs/pack_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 pack_i16.lo -MD -MP -MF .deps/pack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i16.c  -fPIC -DPIC -o .libs/pack_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 pack_r4.lo -MD -MP -MF .deps/pack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r4.c  -fPIC -DPIC -o .libs/pack_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 pow_c17_i16.lo -MD -MP -MF .deps/pow_c17_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c17_i16.c -o pow_c17_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 pow_c10_i16.lo -MD -MP -MF .deps/pow_c10_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c10_i16.c -o pow_c10_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 pack_r10.lo -MD -MP -MF .deps/pack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r10.c  -fPIC -DPIC -o .libs/pack_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 pack_r8.lo -MD -MP -MF .deps/pack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r8.c  -fPIC -DPIC -o .libs/pack_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 pow_c8_i16.lo -MD -MP -MF .deps/pow_c8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c8_i16.c -o pow_c8_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 pow_c16_i16.lo -MD -MP -MF .deps/pow_c16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pow_c16_i16.c -o pow_c16_i16.o >/dev/null 2>&1
mv -f .deps/pow_r17_i16.Tpo .deps/pow_r17_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 pack_i1.lo -MD -MP -MF .deps/pack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i1.c -o pack_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 pack_r16.lo -MD -MP -MF .deps/pack_r16.Tpo -c -o pack_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_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 pack_i2.lo -MD -MP -MF .deps/pack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i2.c -o pack_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 pack_i4.lo -MD -MP -MF .deps/pack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i4.c -o pack_i4.o >/dev/null 2>&1
mv -f .deps/pow_c4_i16.Tpo .deps/pow_c4_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 pack_r16.lo -MD -MP -MF .deps/pack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r16.c  -fPIC -DPIC -o .libs/pack_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 pack_r17.lo -MD -MP -MF .deps/pack_r17.Tpo -c -o pack_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_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 pack_i8.lo -MD -MP -MF .deps/pack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i8.c -o pack_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 pack_i16.lo -MD -MP -MF .deps/pack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_i16.c -o pack_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 pack_r4.lo -MD -MP -MF .deps/pack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r4.c -o pack_r4.o >/dev/null 2>&1
mv -f .deps/pow_c17_i16.Tpo .deps/pow_c17_i16.Plo
mv -f .deps/pow_c10_i16.Tpo .deps/pow_c10_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 pack_c4.lo -MD -MP -MF .deps/pack_c4.Tpo -c -o pack_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c4.c
mv -f .deps/pow_c8_i16.Tpo .deps/pow_c8_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 pack_c8.lo -MD -MP -MF .deps/pack_c8.Tpo -c -o pack_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c8.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 pack_r8.lo -MD -MP -MF .deps/pack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r8.c -o pack_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 pack_r10.lo -MD -MP -MF .deps/pack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r10.c -o pack_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 pack_c10.lo -MD -MP -MF .deps/pack_c10.Tpo -c -o pack_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c10.c
mv -f .deps/pow_c16_i16.Tpo .deps/pow_c16_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 pack_r17.lo -MD -MP -MF .deps/pack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r17.c  -fPIC -DPIC -o .libs/pack_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 pack_c16.lo -MD -MP -MF .deps/pack_c16.Tpo -c -o pack_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c16.c
mv -f .deps/pack_i1.Tpo .deps/pack_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 pack_c4.lo -MD -MP -MF .deps/pack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c4.c  -fPIC -DPIC -o .libs/pack_c4.o
mv -f .deps/tsan_rtl_access.Tpo .deps/tsan_rtl_access.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 pack_c17.lo -MD -MP -MF .deps/pack_c17.Tpo -c -o pack_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c17.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 pack_c8.lo -MD -MP -MF .deps/pack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c8.c  -fPIC -DPIC -o .libs/pack_c8.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 unpack_i1.lo -MD -MP -MF .deps/unpack_i1.Tpo -c -o unpack_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 pack_c10.lo -MD -MP -MF .deps/pack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c10.c  -fPIC -DPIC -o .libs/pack_c10.o
mv -f .deps/pack_i4.Tpo .deps/pack_i4.Plo
mv -f .deps/pack_i2.Tpo .deps/pack_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 pack_r16.lo -MD -MP -MF .deps/pack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r16.c -o pack_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 unpack_i2.lo -MD -MP -MF .deps/unpack_i2.Tpo -c -o unpack_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 unpack_i4.lo -MD -MP -MF .deps/unpack_i4.Tpo -c -o unpack_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 pack_c16.lo -MD -MP -MF .deps/pack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c16.c  -fPIC -DPIC -o .libs/pack_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_c17.lo -MD -MP -MF .deps/pack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c17.c  -fPIC -DPIC -o .libs/pack_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i1.lo -MD -MP -MF .deps/unpack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i1.c  -fPIC -DPIC -o .libs/unpack_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 pack_r17.lo -MD -MP -MF .deps/pack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_r17.c -o pack_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 unpack_i2.lo -MD -MP -MF .deps/unpack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i2.c  -fPIC -DPIC -o .libs/unpack_i2.o
mv -f .deps/pack_i8.Tpo .deps/pack_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 unpack_i4.lo -MD -MP -MF .deps/unpack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i4.c  -fPIC -DPIC -o .libs/unpack_i4.o
mv -f .deps/pack_i16.Tpo .deps/pack_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 unpack_i8.lo -MD -MP -MF .deps/unpack_i8.Tpo -c -o unpack_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i8.c
mv -f .deps/pack_r4.Tpo .deps/pack_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 unpack_i16.lo -MD -MP -MF .deps/unpack_i16.Tpo -c -o unpack_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 unpack_r4.lo -MD -MP -MF .deps/unpack_r4.Tpo -c -o unpack_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r4.c
mv -f .deps/pack_r10.Tpo .deps/pack_r10.Plo
mv -f .deps/pack_r8.Tpo .deps/pack_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 unpack_r8.lo -MD -MP -MF .deps/unpack_r8.Tpo -c -o unpack_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 unpack_r10.lo -MD -MP -MF .deps/unpack_r10.Tpo -c -o unpack_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 unpack_i8.lo -MD -MP -MF .deps/unpack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i8.c  -fPIC -DPIC -o .libs/unpack_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 pack_c4.lo -MD -MP -MF .deps/pack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c4.c -o pack_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i16.lo -MD -MP -MF .deps/unpack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i16.c  -fPIC -DPIC -o .libs/unpack_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 pack_c8.lo -MD -MP -MF .deps/pack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c8.c -o pack_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r4.lo -MD -MP -MF .deps/unpack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r4.c  -fPIC -DPIC -o .libs/unpack_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 pack_c17.lo -MD -MP -MF .deps/pack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c17.c -o pack_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_c10.lo -MD -MP -MF .deps/pack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c10.c -o pack_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_c16.lo -MD -MP -MF .deps/pack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/pack_c16.c -o pack_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r10.lo -MD -MP -MF .deps/unpack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r10.c  -fPIC -DPIC -o .libs/unpack_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 unpack_r8.lo -MD -MP -MF .deps/unpack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r8.c  -fPIC -DPIC -o .libs/unpack_r8.o
mv -f .deps/pack_r17.Tpo .deps/pack_r17.Plo
mv -f .deps/pack_r16.Tpo .deps/pack_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 unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c -o unpack_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 unpack_r17.lo -MD -MP -MF .deps/unpack_r17.Tpo -c -o unpack_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_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 unpack_i1.lo -MD -MP -MF .deps/unpack_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i1.c -o unpack_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 unpack_i2.lo -MD -MP -MF .deps/unpack_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i2.c -o unpack_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 unpack_i4.lo -MD -MP -MF .deps/unpack_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i4.c -o unpack_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 unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r16.c  -fPIC -DPIC -o .libs/unpack_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 unpack_r17.lo -MD -MP -MF .deps/unpack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r17.c  -fPIC -DPIC -o .libs/unpack_r17.o
mv -f .deps/pack_c17.Tpo .deps/pack_c17.Plo
mv -f .deps/pack_c4.Tpo .deps/pack_c4.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 unpack_i8.lo -MD -MP -MF .deps/unpack_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i8.c -o unpack_i8.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 unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c -o unpack_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c4.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 unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c -o unpack_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c8.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 unpack_i16.lo -MD -MP -MF .deps/unpack_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_i16.c -o unpack_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 unpack_r4.lo -MD -MP -MF .deps/unpack_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r4.c -o unpack_r4.o >/dev/null 2>&1
mv -f .deps/pack_c10.Tpo .deps/pack_c10.Plo
mv -f .deps/pack_c8.Tpo .deps/pack_c8.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 unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c -o unpack_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c10.c
mv -f .deps/pack_c16.Tpo .deps/pack_c16.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 unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c -o unpack_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c16.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 unpack_r8.lo -MD -MP -MF .deps/unpack_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r8.c -o unpack_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 unpack_r10.lo -MD -MP -MF .deps/unpack_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r10.c -o unpack_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 unpack_c17.lo -MD -MP -MF .deps/unpack_c17.Tpo -c -o unpack_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c17.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 unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c4.c  -fPIC -DPIC -o .libs/unpack_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r17.lo -MD -MP -MF .deps/unpack_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r17.c -o unpack_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 unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c8.c  -fPIC -DPIC -o .libs/unpack_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c16.c  -fPIC -DPIC -o .libs/unpack_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c10.c  -fPIC -DPIC -o .libs/unpack_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c17.lo -MD -MP -MF .deps/unpack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c17.c  -fPIC -DPIC -o .libs/unpack_c17.o
mv -f .deps/unpack_i1.Tpo .deps/unpack_i1.Plo
mv -f .deps/unpack_i2.Tpo .deps/unpack_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 unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_r16.c -o unpack_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i1.lo -MD -MP -MF .deps/matmulavx128_i1.Tpo -c -o matmulavx128_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i2.lo -MD -MP -MF .deps/matmulavx128_i2.Tpo -c -o matmulavx128_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i2.c
mv -f .deps/unpack_i4.Tpo .deps/unpack_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i4.lo -MD -MP -MF .deps/matmulavx128_i4.Tpo -c -o matmulavx128_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i2.lo -MD -MP -MF .deps/matmulavx128_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i2.c  -fPIC -DPIC -o .libs/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i1.lo -MD -MP -MF .deps/matmulavx128_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i1.c  -fPIC -DPIC -o .libs/matmulavx128_i1.o
mv -f .deps/unpack_i8.Tpo .deps/unpack_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i4.lo -MD -MP -MF .deps/matmulavx128_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i4.c  -fPIC -DPIC -o .libs/matmulavx128_i4.o
mv -f .deps/unpack_i16.Tpo .deps/unpack_i16.Plo
mv -f .deps/unpack_r4.Tpo .deps/unpack_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i8.lo -MD -MP -MF .deps/matmulavx128_i8.Tpo -c -o matmulavx128_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i16.lo -MD -MP -MF .deps/matmulavx128_i16.Tpo -c -o matmulavx128_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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 unpack_c17.lo -MD -MP -MF .deps/unpack_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c17.c -o unpack_c17.o >/dev/null 2>&1
mv -f .deps/unpack_r17.Tpo .deps/unpack_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r4.lo -MD -MP -MF .deps/matmulavx128_r4.Tpo -c -o matmulavx128_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r8.lo -MD -MP -MF .deps/matmulavx128_r8.Tpo -c -o matmulavx128_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r8.c
mv -f .deps/unpack_r8.Tpo .deps/unpack_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 unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c8.c -o unpack_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c4.c -o unpack_c4.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r10.lo -MD -MP -MF .deps/matmulavx128_r10.Tpo -c -o matmulavx128_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r10.c
mv -f .deps/unpack_r10.Tpo .deps/unpack_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r16.lo -MD -MP -MF .deps/matmulavx128_r16.Tpo -c -o matmulavx128_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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 unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c16.c -o unpack_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/unpack_c10.c -o unpack_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i16.lo -MD -MP -MF .deps/matmulavx128_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i16.c  -fPIC -DPIC -o .libs/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r4.lo -MD -MP -MF .deps/matmulavx128_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r4.c  -fPIC -DPIC -o .libs/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r8.lo -MD -MP -MF .deps/matmulavx128_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r8.c  -fPIC -DPIC -o .libs/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i8.lo -MD -MP -MF .deps/matmulavx128_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i8.c  -fPIC -DPIC -o .libs/matmulavx128_i8.o
mv -f .deps/unpack_r16.Tpo .deps/unpack_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r10.lo -MD -MP -MF .deps/matmulavx128_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r10.c  -fPIC -DPIC -o .libs/matmulavx128_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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r17.lo -MD -MP -MF .deps/matmulavx128_r17.Tpo -c -o matmulavx128_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r16.lo -MD -MP -MF .deps/matmulavx128_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r16.c  -fPIC -DPIC -o .libs/matmulavx128_r16.o
mv -f .deps/unpack_c17.Tpo .deps/unpack_c17.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c4.lo -MD -MP -MF .deps/matmulavx128_c4.Tpo -c -o matmulavx128_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c4.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r17.lo -MD -MP -MF .deps/matmulavx128_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r17.c  -fPIC -DPIC -o .libs/matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c4.lo -MD -MP -MF .deps/matmulavx128_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c4.c  -fPIC -DPIC -o .libs/matmulavx128_c4.o
mv -f .deps/unpack_c4.Tpo .deps/unpack_c4.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c8.lo -MD -MP -MF .deps/matmulavx128_c8.Tpo -c -o matmulavx128_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c8.c
mv -f .deps/unpack_c8.Tpo .deps/unpack_c8.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c10.lo -MD -MP -MF .deps/matmulavx128_c10.Tpo -c -o matmulavx128_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c10.c
mv -f .deps/unpack_c10.Tpo .deps/unpack_c10.Plo
mv -f .deps/unpack_c16.Tpo .deps/unpack_c16.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r17.lo -MD -MP -MF .deps/matmulavx128_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r17.c -o matmulavx128_r17.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c16.lo -MD -MP -MF .deps/matmulavx128_c16.Tpo -c -o matmulavx128_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c16.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   -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c17.lo -MD -MP -MF .deps/matmulavx128_c17.Tpo -c -o matmulavx128_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c17.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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c8.lo -MD -MP -MF .deps/matmulavx128_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c8.c  -fPIC -DPIC -o .libs/matmulavx128_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c10.lo -MD -MP -MF .deps/matmulavx128_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c10.c  -fPIC -DPIC -o .libs/matmulavx128_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c17.lo -MD -MP -MF .deps/matmulavx128_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c17.c  -fPIC -DPIC -o .libs/matmulavx128_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c16.lo -MD -MP -MF .deps/matmulavx128_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c16.c  -fPIC -DPIC -o .libs/matmulavx128_c16.o
mv -f .deps/matmulavx128_r17.Tpo .deps/matmulavx128_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 spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c -o spread_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c17.lo -MD -MP -MF .deps/matmulavx128_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c17.c -o matmulavx128_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i1.c  -fPIC -DPIC -o .libs/spread_i1.o
mv -f .deps/matmulavx128_c17.Tpo .deps/matmulavx128_c17.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 spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c -o spread_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i2.c  -fPIC -DPIC -o .libs/spread_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 spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i1.c -o spread_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 spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i2.c -o spread_i2.o >/dev/null 2>&1
mv -f .deps/spread_i1.Tpo .deps/spread_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 spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c -o spread_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i4.c  -fPIC -DPIC -o .libs/spread_i4.o
mv -f .deps/spread_i2.Tpo .deps/spread_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 spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c -o spread_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i8.c  -fPIC -DPIC -o .libs/spread_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 spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i4.c -o spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r10.lo -MD -MP -MF .deps/matmulavx128_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r10.c -o matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i8.lo -MD -MP -MF .deps/matmulavx128_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i8.c -o matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r16.lo -MD -MP -MF .deps/matmulavx128_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r16.c -o matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i16.lo -MD -MP -MF .deps/matmulavx128_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i16.c -o matmulavx128_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 spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i8.c -o spread_i8.o >/dev/null 2>&1
mv -f .deps/spread_i4.Tpo .deps/spread_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 spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c -o spread_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i16.c  -fPIC -DPIC -o .libs/spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r8.lo -MD -MP -MF .deps/matmulavx128_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r8.c -o matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i4.lo -MD -MP -MF .deps/matmulavx128_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i4.c -o matmulavx128_i4.o >/dev/null 2>&1
mv -f .deps/spread_i8.Tpo .deps/spread_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 spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c -o spread_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c10.lo -MD -MP -MF .deps/matmulavx128_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c10.c -o matmulavx128_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r4.c  -fPIC -DPIC -o .libs/spread_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 spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_i16.c -o spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c16.lo -MD -MP -MF .deps/matmulavx128_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c16.c -o matmulavx128_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c8.lo -MD -MP -MF .deps/matmulavx128_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c8.c -o matmulavx128_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i1.lo -MD -MP -MF .deps/matmulavx128_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i1.c -o matmulavx128_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 spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r4.c -o spread_r4.o >/dev/null 2>&1
mv -f .deps/spread_i16.Tpo .deps/spread_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 spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c -o spread_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r8.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/tsan -I.. -I /bb.download/source/gcc-13.2.0/libsanitizer -I /bb.download/source/gcc-13.2.0/libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-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 tsan_interceptors_posix.lo -MD -MP -MF .deps/tsan_interceptors_posix.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.cpp -o tsan_interceptors_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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r8.c  -fPIC -DPIC -o .libs/spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_i2.lo -MD -MP -MF .deps/matmulavx128_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_i2.c -o matmulavx128_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_r4.lo -MD -MP -MF .deps/matmulavx128_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_r4.c -o matmulavx128_r4.o >/dev/null 2>&1
mv -f .deps/spread_r4.Tpo .deps/spread_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 spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c -o spread_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r10.c  -fPIC -DPIC -o .libs/spread_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 spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r8.c -o spread_r8.o >/dev/null 2>&1
mv -f .deps/matmulavx128_r10.Tpo .deps/matmulavx128_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 spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c -o spread_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_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 spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r10.c -o spread_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 spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r16.c  -fPIC -DPIC -o .libs/spread_r16.o
mv -f .deps/spread_r8.Tpo .deps/spread_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 spread_r17.lo -MD -MP -MF .deps/spread_r17.Tpo -c -o spread_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r17.c
mv -f .deps/matmulavx128_i8.Tpo .deps/matmulavx128_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 spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c -o spread_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c4.c
mv -f .deps/matmulavx128_r16.Tpo .deps/matmulavx128_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 spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c -o spread_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c8.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 spread_r17.lo -MD -MP -MF .deps/spread_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r17.c  -fPIC -DPIC -o .libs/spread_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 spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c4.c  -fPIC -DPIC -o .libs/spread_c4.o
mv -f .deps/spread_r10.Tpo .deps/spread_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 -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128 -g -O2 -MT matmulavx128_c4.lo -MD -MP -MF .deps/matmulavx128_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/matmulavx128_c4.c -o matmulavx128_c4.o >/dev/null 2>&1
mv -f .deps/matmulavx128_i16.Tpo .deps/matmulavx128_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 spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c -o spread_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c10.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 spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c8.c  -fPIC -DPIC -o .libs/spread_c8.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 spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c -o spread_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c16.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 spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r16.c -o spread_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 spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c16.c  -fPIC -DPIC -o .libs/spread_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c10.c  -fPIC -DPIC -o .libs/spread_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r17.lo -MD -MP -MF .deps/spread_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_r17.c -o spread_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 spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c4.c -o spread_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c8.c -o spread_c8.o >/dev/null 2>&1
mv -f .deps/spread_r16.Tpo .deps/spread_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 spread_c17.lo -MD -MP -MF .deps/spread_c17.Tpo -c -o spread_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c17.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 spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c16.c -o spread_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c10.c -o spread_c10.o >/dev/null 2>&1
mv -f .deps/spread_r17.Tpo .deps/spread_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 cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c -o cshift0_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i1.c
mv -f .deps/matmulavx128_c10.Tpo .deps/matmulavx128_c10.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 spread_c17.lo -MD -MP -MF .deps/spread_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c17.c  -fPIC -DPIC -o .libs/spread_c17.o
mv -f .deps/matmulavx128_r8.Tpo .deps/matmulavx128_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 cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c -o cshift0_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i1.c  -fPIC -DPIC -o .libs/cshift0_i1.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 cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c -o cshift0_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i4.c  -fPIC -DPIC -o .libs/cshift0_i4.o
mv -f .deps/spread_c8.Tpo .deps/spread_c8.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 cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i2.c  -fPIC -DPIC -o .libs/cshift0_i2.o
mv -f .deps/spread_c4.Tpo .deps/spread_c4.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 cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c -o cshift0_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c -o cshift0_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 spread_c17.lo -MD -MP -MF .deps/spread_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/spread_c17.c -o spread_c17.o >/dev/null 2>&1
mv -f .deps/spread_c16.Tpo .deps/spread_c16.Plo
mv -f .deps/spread_c10.Tpo .deps/spread_c10.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 cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c -o cshift0_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i8.c  -fPIC -DPIC -o .libs/cshift0_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 cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c -o cshift0_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i16.c  -fPIC -DPIC -o .libs/cshift0_i16.o
mv -f .deps/matmulavx128_i4.Tpo .deps/matmulavx128_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 cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c -o cshift0_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i1.c -o cshift0_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 cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r4.c  -fPIC -DPIC -o .libs/cshift0_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 cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r8.c  -fPIC -DPIC -o .libs/cshift0_r8.o
mv -f .deps/matmulavx128_c16.Tpo .deps/matmulavx128_c16.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 cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i4.c -o cshift0_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 cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r10.c  -fPIC -DPIC -o .libs/cshift0_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 cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i2.c -o cshift0_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 cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c -o cshift0_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r16.c
mv -f .deps/spread_c17.Tpo .deps/spread_c17.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 cshift0_r17.lo -MD -MP -MF .deps/cshift0_r17.Tpo -c -o cshift0_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_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 cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r16.c  -fPIC -DPIC -o .libs/cshift0_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 cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i8.c -o cshift0_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 cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_i16.c -o cshift0_i16.o >/dev/null 2>&1
mv -f .deps/matmulavx128_c8.Tpo .deps/matmulavx128_c8.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 cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c -o cshift0_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c4.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 cshift0_r17.lo -MD -MP -MF .deps/cshift0_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r17.c  -fPIC -DPIC -o .libs/cshift0_r17.o
mv -f .deps/cshift0_i1.Tpo .deps/cshift0_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 cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r4.c -o cshift0_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 cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c -o cshift0_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c8.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 cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r8.c -o cshift0_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 cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c4.c  -fPIC -DPIC -o .libs/cshift0_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r10.c -o cshift0_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 cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c8.c  -fPIC -DPIC -o .libs/cshift0_c8.o
mv -f .deps/cshift0_i4.Tpo .deps/cshift0_i4.Plo
mv -f .deps/cshift0_i2.Tpo .deps/cshift0_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 cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c -o cshift0_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c10.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 cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c -o cshift0_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c16.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 cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r16.c -o cshift0_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 cshift0_r17.lo -MD -MP -MF .deps/cshift0_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_r17.c -o cshift0_r17.o >/dev/null 2>&1
mv -f .deps/cshift0_i8.Tpo .deps/cshift0_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 cshift0_c17.lo -MD -MP -MF .deps/cshift0_c17.Tpo -c -o cshift0_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c17.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 cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c16.c  -fPIC -DPIC -o .libs/cshift0_c16.o
mv -f .deps/cshift0_i16.Tpo .deps/cshift0_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 cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c10.c  -fPIC -DPIC -o .libs/cshift0_c10.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 cshift1_4_i1.lo -MD -MP -MF .deps/cshift1_4_i1.Tpo -c -o cshift1_4_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i1.c
mv -f .deps/cshift0_r4.Tpo .deps/cshift0_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 cshift1_4_i2.lo -MD -MP -MF .deps/cshift1_4_i2.Tpo -c -o cshift1_4_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_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 cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c4.c -o cshift0_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c17.lo -MD -MP -MF .deps/cshift0_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c17.c  -fPIC -DPIC -o .libs/cshift0_c17.o
mv -f .deps/cshift0_r8.Tpo .deps/cshift0_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 cshift1_4_i4.lo -MD -MP -MF .deps/cshift1_4_i4.Tpo -c -o cshift1_4_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i4.c
mv -f .deps/cshift0_r10.Tpo .deps/cshift0_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 cshift1_4_i1.lo -MD -MP -MF .deps/cshift1_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i1.c  -fPIC -DPIC -o .libs/cshift1_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 cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c8.c -o cshift0_c8.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 cshift1_4_i8.lo -MD -MP -MF .deps/cshift1_4_i8.Tpo -c -o cshift1_4_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_i2.lo -MD -MP -MF .deps/cshift1_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i2.c  -fPIC -DPIC -o .libs/cshift1_4_i2.o
mv -f .deps/cshift0_r17.Tpo .deps/cshift0_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 cshift1_4_i16.lo -MD -MP -MF .deps/cshift1_4_i16.Tpo -c -o cshift1_4_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_i4.lo -MD -MP -MF .deps/cshift1_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i4.c  -fPIC -DPIC -o .libs/cshift1_4_i4.o
mv -f .deps/matmulavx128_i1.Tpo .deps/matmulavx128_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 cshift1_4_r4.lo -MD -MP -MF .deps/cshift1_4_r4.Tpo -c -o cshift1_4_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r4.c
mv -f .deps/cshift0_r16.Tpo .deps/cshift0_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 cshift0_c17.lo -MD -MP -MF .deps/cshift0_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c17.c -o cshift0_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_i8.lo -MD -MP -MF .deps/cshift1_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i8.c  -fPIC -DPIC -o .libs/cshift1_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 cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c16.c -o cshift0_c16.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 cshift1_4_r8.lo -MD -MP -MF .deps/cshift1_4_r8.Tpo -c -o cshift1_4_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift0_c10.c -o cshift0_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_i16.lo -MD -MP -MF .deps/cshift1_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i16.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_4_r4.lo -MD -MP -MF .deps/cshift1_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r4.c  -fPIC -DPIC -o .libs/cshift1_4_r4.o
mv -f .deps/cshift0_c4.Tpo .deps/cshift0_c4.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 cshift1_4_i1.lo -MD -MP -MF .deps/cshift1_4_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i1.c -o cshift1_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 cshift1_4_r10.lo -MD -MP -MF .deps/cshift1_4_r10.Tpo -c -o cshift1_4_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_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 cshift1_4_r8.lo -MD -MP -MF .deps/cshift1_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r8.c  -fPIC -DPIC -o .libs/cshift1_4_r8.o
mv -f .deps/matmulavx128_r4.Tpo .deps/matmulavx128_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 cshift1_4_r16.lo -MD -MP -MF .deps/cshift1_4_r16.Tpo -c -o cshift1_4_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_i2.lo -MD -MP -MF .deps/cshift1_4_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i2.c -o cshift1_4_i2.o >/dev/null 2>&1
mv -f .deps/cshift0_c8.Tpo .deps/cshift0_c8.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 cshift1_4_i4.lo -MD -MP -MF .deps/cshift1_4_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i4.c -o cshift1_4_i4.o >/dev/null 2>&1
mv -f .deps/cshift0_c17.Tpo .deps/cshift0_c17.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 cshift1_4_r10.lo -MD -MP -MF .deps/cshift1_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r10.c  -fPIC -DPIC -o .libs/cshift1_4_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 cshift1_4_r17.lo -MD -MP -MF .deps/cshift1_4_r17.Tpo -c -o cshift1_4_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_c4.lo -MD -MP -MF .deps/cshift1_4_c4.Tpo -c -o cshift1_4_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c4.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 cshift1_4_i8.lo -MD -MP -MF .deps/cshift1_4_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i8.c -o cshift1_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 cshift1_4_r16.lo -MD -MP -MF .deps/cshift1_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r16.c  -fPIC -DPIC -o .libs/cshift1_4_r16.o
mv -f .deps/matmulavx128_i2.Tpo .deps/matmulavx128_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 cshift1_4_i16.lo -MD -MP -MF .deps/cshift1_4_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_i16.c -o cshift1_4_i16.o >/dev/null 2>&1
mv -f .deps/cshift0_c16.Tpo .deps/cshift0_c16.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 cshift1_4_r17.lo -MD -MP -MF .deps/cshift1_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r17.c  -fPIC -DPIC -o .libs/cshift1_4_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 cshift1_4_c8.lo -MD -MP -MF .deps/cshift1_4_c8.Tpo -c -o cshift1_4_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c8.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 cshift1_4_c10.lo -MD -MP -MF .deps/cshift1_4_c10.Tpo -c -o cshift1_4_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c10.c
mv -f .deps/cshift0_c10.Tpo .deps/cshift0_c10.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 cshift1_4_r4.lo -MD -MP -MF .deps/cshift1_4_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r4.c -o cshift1_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 cshift1_4_c4.lo -MD -MP -MF .deps/cshift1_4_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c4.c  -fPIC -DPIC -o .libs/cshift1_4_c4.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 cshift1_4_c16.lo -MD -MP -MF .deps/cshift1_4_c16.Tpo -c -o cshift1_4_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c16.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 cshift1_4_r8.lo -MD -MP -MF .deps/cshift1_4_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r8.c -o cshift1_4_r8.o >/dev/null 2>&1
mv -f .deps/cshift1_4_i2.Tpo .deps/cshift1_4_i2.Plo
mv -f .deps/cshift1_4_i1.Tpo .deps/cshift1_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 cshift1_4_c17.lo -MD -MP -MF .deps/cshift1_4_c17.Tpo -c -o cshift1_4_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c17.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 cshift1_8_i1.lo -MD -MP -MF .deps/cshift1_8_i1.Tpo -c -o cshift1_8_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_c8.lo -MD -MP -MF .deps/cshift1_4_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c8.c  -fPIC -DPIC -o .libs/cshift1_4_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_c10.lo -MD -MP -MF .deps/cshift1_4_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c10.c  -fPIC -DPIC -o .libs/cshift1_4_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_c16.lo -MD -MP -MF .deps/cshift1_4_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c16.c  -fPIC -DPIC -o .libs/cshift1_4_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_r10.lo -MD -MP -MF .deps/cshift1_4_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r10.c -o cshift1_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 cshift1_4_r16.lo -MD -MP -MF .deps/cshift1_4_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r16.c -o cshift1_4_r16.o >/dev/null 2>&1
mv -f .deps/cshift1_4_i4.Tpo .deps/cshift1_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 cshift1_4_r17.lo -MD -MP -MF .deps/cshift1_4_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_r17.c -o cshift1_4_r17.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 cshift1_8_i2.lo -MD -MP -MF .deps/cshift1_8_i2.Tpo -c -o cshift1_8_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_c17.lo -MD -MP -MF .deps/cshift1_4_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c17.c  -fPIC -DPIC -o .libs/cshift1_4_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_i1.lo -MD -MP -MF .deps/cshift1_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i1.c  -fPIC -DPIC -o .libs/cshift1_8_i1.o
mv -f .deps/cshift1_4_i8.Tpo .deps/cshift1_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 cshift1_8_i4.lo -MD -MP -MF .deps/cshift1_8_i4.Tpo -c -o cshift1_8_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_4_c4.lo -MD -MP -MF .deps/cshift1_4_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c4.c -o cshift1_4_c4.o >/dev/null 2>&1
mv -f .deps/cshift1_4_i16.Tpo .deps/cshift1_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 cshift1_8_i8.lo -MD -MP -MF .deps/cshift1_8_i8.Tpo -c -o cshift1_8_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i8.c
mv -f .deps/cshift1_4_r4.Tpo .deps/cshift1_4_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 cshift1_8_i2.lo -MD -MP -MF .deps/cshift1_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i2.c  -fPIC -DPIC -o .libs/cshift1_8_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 cshift1_8_i16.lo -MD -MP -MF .deps/cshift1_8_i16.Tpo -c -o cshift1_8_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i16.c
mv -f .deps/cshift1_4_r8.Tpo .deps/cshift1_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 cshift1_8_r4.lo -MD -MP -MF .deps/cshift1_8_r4.Tpo -c -o cshift1_8_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_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 cshift1_8_i4.lo -MD -MP -MF .deps/cshift1_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i4.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_4_c8.lo -MD -MP -MF .deps/cshift1_4_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c8.c -o cshift1_4_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_c16.lo -MD -MP -MF .deps/cshift1_4_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c16.c -o cshift1_4_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_c10.lo -MD -MP -MF .deps/cshift1_4_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c10.c -o cshift1_4_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_4_c17.lo -MD -MP -MF .deps/cshift1_4_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_4_c17.c -o cshift1_4_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_i8.lo -MD -MP -MF .deps/cshift1_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i8.c  -fPIC -DPIC -o .libs/cshift1_8_i8.o
mv -f .deps/cshift1_4_r17.Tpo .deps/cshift1_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 cshift1_8_r8.lo -MD -MP -MF .deps/cshift1_8_r8.Tpo -c -o cshift1_8_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_i16.lo -MD -MP -MF .deps/cshift1_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i16.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_8_r4.lo -MD -MP -MF .deps/cshift1_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r4.c  -fPIC -DPIC -o .libs/cshift1_8_r4.o
mv -f .deps/cshift1_4_r10.Tpo .deps/cshift1_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 cshift1_8_r10.lo -MD -MP -MF .deps/cshift1_8_r10.Tpo -c -o cshift1_8_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_i1.lo -MD -MP -MF .deps/cshift1_8_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i1.c -o cshift1_8_i1.o >/dev/null 2>&1
mv -f .deps/cshift1_4_r16.Tpo .deps/cshift1_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 cshift1_8_r16.lo -MD -MP -MF .deps/cshift1_8_r16.Tpo -c -o cshift1_8_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_r8.lo -MD -MP -MF .deps/cshift1_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r8.c  -fPIC -DPIC -o .libs/cshift1_8_r8.o
mv -f .deps/cshift1_4_c4.Tpo .deps/cshift1_4_c4.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 cshift1_8_r17.lo -MD -MP -MF .deps/cshift1_8_r17.Tpo -c -o cshift1_8_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_r10.lo -MD -MP -MF .deps/cshift1_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r10.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_8_i2.lo -MD -MP -MF .deps/cshift1_8_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i2.c -o cshift1_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 cshift1_8_i4.lo -MD -MP -MF .deps/cshift1_8_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i4.c -o cshift1_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 cshift1_8_r16.lo -MD -MP -MF .deps/cshift1_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r16.c  -fPIC -DPIC -o .libs/cshift1_8_r16.o
mv -f .deps/cshift1_4_c17.Tpo .deps/cshift1_4_c17.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 cshift1_8_i8.lo -MD -MP -MF .deps/cshift1_8_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i8.c -o cshift1_8_i8.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 cshift1_8_c4.lo -MD -MP -MF .deps/cshift1_8_c4.Tpo -c -o cshift1_8_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c4.c
mv -f .deps/cshift1_4_c16.Tpo .deps/cshift1_4_c16.Plo
mv -f .deps/cshift1_4_c10.Tpo .deps/cshift1_4_c10.Plo
mv -f .deps/cshift1_4_c8.Tpo .deps/cshift1_4_c8.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 cshift1_8_c8.lo -MD -MP -MF .deps/cshift1_8_c8.Tpo -c -o cshift1_8_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c8.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 cshift1_8_c10.lo -MD -MP -MF .deps/cshift1_8_c10.Tpo -c -o cshift1_8_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c10.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 cshift1_8_r4.lo -MD -MP -MF .deps/cshift1_8_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r4.c -o cshift1_8_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 cshift1_8_c16.lo -MD -MP -MF .deps/cshift1_8_c16.Tpo -c -o cshift1_8_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c16.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 cshift1_8_i16.lo -MD -MP -MF .deps/cshift1_8_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_i16.c -o cshift1_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 cshift1_8_r17.lo -MD -MP -MF .deps/cshift1_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r17.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_8_c4.lo -MD -MP -MF .deps/cshift1_8_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c4.c  -fPIC -DPIC -o .libs/cshift1_8_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_c8.lo -MD -MP -MF .deps/cshift1_8_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c8.c  -fPIC -DPIC -o .libs/cshift1_8_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_c10.lo -MD -MP -MF .deps/cshift1_8_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c10.c  -fPIC -DPIC -o .libs/cshift1_8_c10.o
mv -f .deps/cshift1_8_i1.Tpo .deps/cshift1_8_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 cshift1_8_c16.lo -MD -MP -MF .deps/cshift1_8_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c16.c  -fPIC -DPIC -o .libs/cshift1_8_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_r8.lo -MD -MP -MF .deps/cshift1_8_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r8.c -o cshift1_8_r8.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 cshift1_8_c17.lo -MD -MP -MF .deps/cshift1_8_c17.Tpo -c -o cshift1_8_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c17.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 cshift1_8_r10.lo -MD -MP -MF .deps/cshift1_8_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r10.c -o cshift1_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 cshift1_8_r16.lo -MD -MP -MF .deps/cshift1_8_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r16.c -o cshift1_8_r16.o >/dev/null 2>&1
mv -f .deps/matmulavx128_c4.Tpo .deps/matmulavx128_c4.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 cshift1_16_i1.lo -MD -MP -MF .deps/cshift1_16_i1.Tpo -c -o cshift1_16_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_r17.lo -MD -MP -MF .deps/cshift1_8_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_r17.c -o cshift1_8_r17.o >/dev/null 2>&1
mv -f .deps/cshift1_8_i2.Tpo .deps/cshift1_8_i2.Plo
mv -f .deps/cshift1_8_i4.Tpo .deps/cshift1_8_i4.Plo
mv -f .deps/cshift1_8_i8.Tpo .deps/cshift1_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 cshift1_16_i2.lo -MD -MP -MF .deps/cshift1_16_i2.Tpo -c -o cshift1_16_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_16_i4.lo -MD -MP -MF .deps/cshift1_16_i4.Tpo -c -o cshift1_16_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_16_i8.lo -MD -MP -MF .deps/cshift1_16_i8.Tpo -c -o cshift1_16_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_c17.lo -MD -MP -MF .deps/cshift1_8_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c17.c  -fPIC -DPIC -o .libs/cshift1_8_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_i1.lo -MD -MP -MF .deps/cshift1_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i1.c  -fPIC -DPIC -o .libs/cshift1_16_i1.o
mv -f .deps/cshift1_8_r4.Tpo .deps/cshift1_8_r4.Plo
mv -f .deps/cshift1_8_i16.Tpo .deps/cshift1_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 cshift1_16_i16.lo -MD -MP -MF .deps/cshift1_16_i16.Tpo -c -o cshift1_16_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_16_r4.lo -MD -MP -MF .deps/cshift1_16_r4.Tpo -c -o cshift1_16_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_8_c4.lo -MD -MP -MF .deps/cshift1_8_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c4.c -o cshift1_8_c4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_i2.lo -MD -MP -MF .deps/cshift1_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i2.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_16_i4.lo -MD -MP -MF .deps/cshift1_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i4.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_16_i8.lo -MD -MP -MF .deps/cshift1_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i8.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_8_c8.lo -MD -MP -MF .deps/cshift1_8_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c8.c -o cshift1_8_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_c10.lo -MD -MP -MF .deps/cshift1_8_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c10.c -o cshift1_8_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_8_c16.lo -MD -MP -MF .deps/cshift1_8_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c16.c -o cshift1_8_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_r4.lo -MD -MP -MF .deps/cshift1_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r4.c  -fPIC -DPIC -o .libs/cshift1_16_r4.o
mv -f .deps/cshift1_8_r8.Tpo .deps/cshift1_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 cshift1_16_i16.lo -MD -MP -MF .deps/cshift1_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i16.c  -fPIC -DPIC -o .libs/cshift1_16_i16.o
mv -f .deps/cshift1_8_r17.Tpo .deps/cshift1_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 cshift1_16_r8.lo -MD -MP -MF .deps/cshift1_16_r8.Tpo -c -o cshift1_16_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_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 cshift1_16_r10.lo -MD -MP -MF .deps/cshift1_16_r10.Tpo -c -o cshift1_16_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r10.c
mv -f .deps/cshift1_8_r10.Tpo .deps/cshift1_8_r10.Plo
mv -f .deps/cshift1_8_r16.Tpo .deps/cshift1_8_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 cshift1_8_c17.lo -MD -MP -MF .deps/cshift1_8_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_8_c17.c -o cshift1_8_c17.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 cshift1_16_r16.lo -MD -MP -MF .deps/cshift1_16_r16.Tpo -c -o cshift1_16_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_16_r17.lo -MD -MP -MF .deps/cshift1_16_r17.Tpo -c -o cshift1_16_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_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 cshift1_16_r8.lo -MD -MP -MF .deps/cshift1_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r8.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_16_r10.lo -MD -MP -MF .deps/cshift1_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r10.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_16_i1.lo -MD -MP -MF .deps/cshift1_16_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i1.c -o cshift1_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 cshift1_16_i2.lo -MD -MP -MF .deps/cshift1_16_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i2.c -o cshift1_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 cshift1_16_i4.lo -MD -MP -MF .deps/cshift1_16_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i4.c -o cshift1_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 cshift1_16_r17.lo -MD -MP -MF .deps/cshift1_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r17.c  -fPIC -DPIC -o .libs/cshift1_16_r17.o
mv -f .deps/cshift1_8_c4.Tpo .deps/cshift1_8_c4.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 cshift1_16_r16.lo -MD -MP -MF .deps/cshift1_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r16.c  -fPIC -DPIC -o .libs/cshift1_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 cshift1_16_i8.lo -MD -MP -MF .deps/cshift1_16_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i8.c -o cshift1_16_i8.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 cshift1_16_c4.lo -MD -MP -MF .deps/cshift1_16_c4.Tpo -c -o cshift1_16_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c4.c
mv -f .deps/cshift1_8_c8.Tpo .deps/cshift1_8_c8.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 cshift1_16_c8.lo -MD -MP -MF .deps/cshift1_16_c8.Tpo -c -o cshift1_16_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c8.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 cshift1_16_i16.lo -MD -MP -MF .deps/cshift1_16_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_i16.c -o cshift1_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 cshift1_16_r4.lo -MD -MP -MF .deps/cshift1_16_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r4.c -o cshift1_16_r4.o >/dev/null 2>&1
mv -f .deps/cshift1_8_c17.Tpo .deps/cshift1_8_c17.Plo
mv -f .deps/cshift1_8_c10.Tpo .deps/cshift1_8_c10.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 cshift1_16_c10.lo -MD -MP -MF .deps/cshift1_16_c10.Tpo -c -o cshift1_16_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c10.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 cshift1_16_c16.lo -MD -MP -MF .deps/cshift1_16_c16.Tpo -c -o cshift1_16_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c16.c
mv -f .deps/cshift1_8_c16.Tpo .deps/cshift1_8_c16.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 cshift1_16_c4.lo -MD -MP -MF .deps/cshift1_16_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c4.c  -fPIC -DPIC -o .libs/cshift1_16_c4.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 cshift1_16_c17.lo -MD -MP -MF .deps/cshift1_16_c17.Tpo -c -o cshift1_16_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c17.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 cshift1_16_c8.lo -MD -MP -MF .deps/cshift1_16_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c8.c  -fPIC -DPIC -o .libs/cshift1_16_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_r17.lo -MD -MP -MF .deps/cshift1_16_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r17.c -o cshift1_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 cshift1_16_r10.lo -MD -MP -MF .deps/cshift1_16_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r10.c -o cshift1_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 cshift1_16_r8.lo -MD -MP -MF .deps/cshift1_16_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r8.c -o cshift1_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 cshift1_16_c10.lo -MD -MP -MF .deps/cshift1_16_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c10.c  -fPIC -DPIC -o .libs/cshift1_16_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_c16.lo -MD -MP -MF .deps/cshift1_16_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c16.c  -fPIC -DPIC -o .libs/cshift1_16_c16.o
mv -f .deps/cshift1_16_i1.Tpo .deps/cshift1_16_i1.Plo
mv -f .deps/cshift1_16_i2.Tpo .deps/cshift1_16_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 cshift1_16_c17.lo -MD -MP -MF .deps/cshift1_16_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c17.c  -fPIC -DPIC -o .libs/cshift1_16_c17.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_s1.lo -MD -MP -MF .deps/maxloc0_4_s1.Tpo -c -o maxloc0_4_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s1.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 cshift1_16_r16.lo -MD -MP -MF .deps/cshift1_16_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_r16.c -o cshift1_16_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 maxloc0_4_s4.lo -MD -MP -MF .deps/maxloc0_4_s4.Tpo -c -o maxloc0_4_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s4.c
mv -f .deps/cshift1_16_i4.Tpo .deps/cshift1_16_i4.Plo
mv -f .deps/cshift1_16_i8.Tpo .deps/cshift1_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_8_s1.lo -MD -MP -MF .deps/maxloc0_8_s1.Tpo -c -o maxloc0_8_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s1.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_s4.lo -MD -MP -MF .deps/maxloc0_8_s4.Tpo -c -o maxloc0_8_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s4.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_s1.lo -MD -MP -MF .deps/maxloc0_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s1.c  -fPIC -DPIC -o .libs/maxloc0_4_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc0_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s4.c  -fPIC -DPIC -o .libs/maxloc0_4_s4.o
mv -f .deps/cshift1_16_r4.Tpo .deps/cshift1_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 maxloc0_8_s4.lo -MD -MP -MF .deps/maxloc0_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s4.c  -fPIC -DPIC -o .libs/maxloc0_8_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_c4.lo -MD -MP -MF .deps/cshift1_16_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c4.c -o cshift1_16_c4.o >/dev/null 2>&1
mv -f .deps/cshift1_16_i16.Tpo .deps/cshift1_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_16_s1.lo -MD -MP -MF .deps/maxloc0_16_s1.Tpo -c -o maxloc0_16_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s1.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_s1.lo -MD -MP -MF .deps/maxloc0_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s1.c  -fPIC -DPIC -o .libs/maxloc0_8_s1.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_s4.lo -MD -MP -MF .deps/maxloc0_16_s4.Tpo -c -o maxloc0_16_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s4.c
mv -f .deps/cshift1_16_r17.Tpo .deps/cshift1_16_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 cshift1_16_c8.lo -MD -MP -MF .deps/cshift1_16_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c8.c -o cshift1_16_c8.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_s1.lo -MD -MP -MF .deps/minloc0_4_s1.Tpo -c -o minloc0_4_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s1.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 cshift1_16_c17.lo -MD -MP -MF .deps/cshift1_16_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c17.c -o cshift1_16_c17.o >/dev/null 2>&1
mv -f .deps/cshift1_16_r8.Tpo .deps/cshift1_16_r8.Plo
mv -f .deps/cshift1_16_r10.Tpo .deps/cshift1_16_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 cshift1_16_c16.lo -MD -MP -MF .deps/cshift1_16_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c16.c -o cshift1_16_c16.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift1_16_c10.lo -MD -MP -MF .deps/cshift1_16_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/cshift1_16_c10.c -o cshift1_16_c10.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_s4.lo -MD -MP -MF .deps/minloc0_4_s4.Tpo -c -o minloc0_4_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s4.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_s1.lo -MD -MP -MF .deps/minloc0_8_s1.Tpo -c -o minloc0_8_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s1.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_s1.lo -MD -MP -MF .deps/maxloc0_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s1.c  -fPIC -DPIC -o .libs/maxloc0_16_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc0_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s4.c  -fPIC -DPIC -o .libs/maxloc0_16_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc0_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s1.c  -fPIC -DPIC -o .libs/minloc0_4_s1.o
mv -f .deps/cshift1_16_r16.Tpo .deps/cshift1_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 minloc0_8_s4.lo -MD -MP -MF .deps/minloc0_8_s4.Tpo -c -o minloc0_8_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s4.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_s4.lo -MD -MP -MF .deps/minloc0_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s4.c  -fPIC -DPIC -o .libs/minloc0_4_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc0_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s1.c  -fPIC -DPIC -o .libs/minloc0_8_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/maxloc0_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s1.c -o maxloc0_4_s1.o >/dev/null 2>&1
mv -f .deps/cshift1_16_c17.Tpo .deps/cshift1_16_c17.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_s4.lo -MD -MP -MF .deps/minloc0_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s4.c  -fPIC -DPIC -o .libs/minloc0_8_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/maxloc0_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s1.c -o maxloc0_8_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc0_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_4_s4.c -o maxloc0_4_s4.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_s1.lo -MD -MP -MF .deps/minloc0_16_s1.Tpo -c -o minloc0_16_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s1.c
mv -f .deps/cshift1_16_c4.Tpo .deps/cshift1_16_c4.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_s4.lo -MD -MP -MF .deps/maxloc0_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_8_s4.c -o maxloc0_8_s4.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_s4.lo -MD -MP -MF .deps/minloc0_16_s4.Tpo -c -o minloc0_16_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s4.c
mv -f .deps/cshift1_16_c8.Tpo .deps/cshift1_16_c8.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_s1.lo -MD -MP -MF .deps/maxloc1_4_s1.Tpo -c -o maxloc1_4_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s1.c
mv -f .deps/cshift1_16_c16.Tpo .deps/cshift1_16_c16.Plo
mv -f .deps/cshift1_16_c10.Tpo .deps/cshift1_16_c10.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_s4.lo -MD -MP -MF .deps/maxloc1_4_s4.Tpo -c -o maxloc1_4_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s4.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_s4.lo -MD -MP -MF .deps/maxloc0_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s4.c -o maxloc0_16_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc0_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s1.c  -fPIC -DPIC -o .libs/minloc0_16_s1.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_8_s1.lo -MD -MP -MF .deps/maxloc1_8_s1.Tpo -c -o maxloc1_8_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s1.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_s1.lo -MD -MP -MF .deps/maxloc0_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc0_16_s1.c -o maxloc0_16_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc0_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s1.c -o minloc0_4_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc0_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s4.c  -fPIC -DPIC -o .libs/minloc0_16_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/maxloc1_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s1.c  -fPIC -DPIC -o .libs/maxloc1_4_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc1_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s4.c  -fPIC -DPIC -o .libs/maxloc1_4_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc0_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s1.c -o minloc0_8_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/maxloc1_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s1.c  -fPIC -DPIC -o .libs/maxloc1_8_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc0_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_4_s4.c -o minloc0_4_s4.o >/dev/null 2>&1
mv -f .deps/maxloc0_4_s1.Tpo .deps/maxloc0_4_s1.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_s4.lo -MD -MP -MF .deps/maxloc1_8_s4.Tpo -c -o maxloc1_8_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s4.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_s4.lo -MD -MP -MF .deps/minloc0_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_8_s4.c -o minloc0_8_s4.o >/dev/null 2>&1
mv -f .deps/maxloc0_4_s4.Tpo .deps/maxloc0_4_s4.Plo
mv -f .deps/maxloc0_8_s1.Tpo .deps/maxloc0_8_s1.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_s1.lo -MD -MP -MF .deps/maxloc1_16_s1.Tpo -c -o maxloc1_16_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s1.c
mv -f .deps/maxloc0_8_s4.Tpo .deps/maxloc0_8_s4.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_s4.lo -MD -MP -MF .deps/maxloc1_16_s4.Tpo -c -o maxloc1_16_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s4.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_4_s1.lo -MD -MP -MF .deps/minloc1_4_s1.Tpo -c -o minloc1_4_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s1.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_s4.lo -MD -MP -MF .deps/maxloc1_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s4.c  -fPIC -DPIC -o .libs/maxloc1_8_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc0_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s1.c -o minloc0_16_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc0_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc0_16_s4.c -o minloc0_16_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/maxloc1_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s1.c  -fPIC -DPIC -o .libs/maxloc1_16_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc1_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s4.c  -fPIC -DPIC -o .libs/maxloc1_16_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc1_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s1.c  -fPIC -DPIC -o .libs/minloc1_4_s1.o
mv -f .deps/maxloc0_16_s4.Tpo .deps/maxloc0_16_s4.Plo
mv -f .deps/maxloc0_16_s1.Tpo .deps/maxloc0_16_s1.Plo
mv -f .deps/minloc0_4_s1.Tpo .deps/minloc0_4_s1.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_s4.lo -MD -MP -MF .deps/minloc1_4_s4.Tpo -c -o minloc1_4_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s4.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_s1.lo -MD -MP -MF .deps/minloc1_8_s1.Tpo -c -o minloc1_8_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s1.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_s4.lo -MD -MP -MF .deps/minloc1_8_s4.Tpo -c -o minloc1_8_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s4.c
mv -f .deps/minloc0_8_s1.Tpo .deps/minloc0_8_s1.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 maxloc1_4_s1.lo -MD -MP -MF .deps/maxloc1_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s1.c -o maxloc1_4_s1.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_16_s1.lo -MD -MP -MF .deps/minloc1_16_s1.Tpo -c -o minloc1_16_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s1.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_s4.lo -MD -MP -MF .deps/minloc1_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s4.c  -fPIC -DPIC -o .libs/minloc1_4_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc1_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s1.c  -fPIC -DPIC -o .libs/minloc1_8_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc1_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s4.c  -fPIC -DPIC -o .libs/minloc1_8_s4.o
mv -f .deps/minloc0_4_s4.Tpo .deps/minloc0_4_s4.Plo
mv -f .deps/minloc0_8_s4.Tpo .deps/minloc0_8_s4.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 maxloc1_4_s4.lo -MD -MP -MF .deps/maxloc1_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_4_s4.c -o maxloc1_4_s4.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_16_s4.lo -MD -MP -MF .deps/minloc1_16_s4.Tpo -c -o minloc1_16_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s4.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 maxloc2_4_s1.lo -MD -MP -MF .deps/maxloc2_4_s1.Tpo -c -o maxloc2_4_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s1.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_s1.lo -MD -MP -MF .deps/maxloc1_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s1.c -o maxloc1_8_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc1_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s1.c  -fPIC -DPIC -o .libs/minloc1_16_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_4_s1.lo -MD -MP -MF .deps/maxloc2_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s1.c  -fPIC -DPIC -o .libs/maxloc2_4_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc1_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s4.c  -fPIC -DPIC -o .libs/minloc1_16_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc1_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_8_s4.c -o maxloc1_8_s4.o >/dev/null 2>&1
mv -f .deps/minloc0_16_s1.Tpo .deps/minloc0_16_s1.Plo
mv -f .deps/minloc0_16_s4.Tpo .deps/minloc0_16_s4.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 maxloc2_4_s4.lo -MD -MP -MF .deps/maxloc2_4_s4.Tpo -c -o maxloc2_4_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s4.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 maxloc2_8_s1.lo -MD -MP -MF .deps/maxloc2_8_s1.Tpo -c -o maxloc2_8_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s1.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_s1.lo -MD -MP -MF .deps/maxloc1_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s1.c -o maxloc1_16_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc1_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s1.c -o minloc1_4_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/maxloc1_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc1_16_s4.c -o maxloc1_16_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_4_s4.lo -MD -MP -MF .deps/maxloc2_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s4.c  -fPIC -DPIC -o .libs/maxloc2_4_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_8_s1.lo -MD -MP -MF .deps/maxloc2_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s1.c  -fPIC -DPIC -o .libs/maxloc2_8_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_4_s1.lo -MD -MP -MF .deps/maxloc2_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s1.c -o maxloc2_4_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s1.lo -MD -MP -MF .deps/minloc1_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s1.c -o minloc1_8_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc1_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_4_s4.c -o minloc1_4_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_s4.lo -MD -MP -MF .deps/minloc1_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_8_s4.c -o minloc1_8_s4.o >/dev/null 2>&1
mv -f .deps/maxloc1_4_s1.Tpo .deps/maxloc1_4_s1.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 maxloc2_8_s4.lo -MD -MP -MF .deps/maxloc2_8_s4.Tpo -c -o maxloc2_8_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s4.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_s1.lo -MD -MP -MF .deps/minloc1_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s1.c -o minloc1_16_s1.o >/dev/null 2>&1
mv -f .deps/maxloc1_4_s4.Tpo .deps/maxloc1_4_s4.Plo
mv -f .deps/maxloc1_8_s1.Tpo .deps/maxloc1_8_s1.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 maxloc2_16_s1.lo -MD -MP -MF .deps/maxloc2_16_s1.Tpo -c -o maxloc2_16_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s1.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 maxloc2_4_s4.lo -MD -MP -MF .deps/maxloc2_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_4_s4.c -o maxloc2_4_s4.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 maxloc2_16_s4.lo -MD -MP -MF .deps/maxloc2_16_s4.Tpo -c -o maxloc2_16_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s4.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_s4.lo -MD -MP -MF .deps/minloc1_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc1_16_s4.c -o minloc1_16_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_8_s1.lo -MD -MP -MF .deps/maxloc2_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s1.c -o maxloc2_8_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_8_s4.lo -MD -MP -MF .deps/maxloc2_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s4.c  -fPIC -DPIC -o .libs/maxloc2_8_s4.o
mv -f .deps/maxloc1_8_s4.Tpo .deps/maxloc1_8_s4.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 minloc2_4_s1.lo -MD -MP -MF .deps/minloc2_4_s1.Tpo -c -o minloc2_4_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s1.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 maxloc2_16_s1.lo -MD -MP -MF .deps/maxloc2_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s1.c  -fPIC -DPIC -o .libs/maxloc2_16_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_16_s4.lo -MD -MP -MF .deps/maxloc2_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s4.c  -fPIC -DPIC -o .libs/maxloc2_16_s4.o
mv -f .deps/maxloc2_4_s1.Tpo .deps/maxloc2_4_s1.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 minloc2_4_s4.lo -MD -MP -MF .deps/minloc2_4_s4.Tpo -c -o minloc2_4_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s4.c
mv -f .deps/minloc1_4_s1.Tpo .deps/minloc1_4_s1.Plo
mv -f .deps/maxloc1_16_s1.Tpo .deps/maxloc1_16_s1.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 minloc2_8_s1.lo -MD -MP -MF .deps/minloc2_8_s1.Tpo -c -o minloc2_8_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s1.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 minloc2_8_s4.lo -MD -MP -MF .deps/minloc2_8_s4.Tpo -c -o minloc2_8_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s4.c
mv -f .deps/maxloc1_16_s4.Tpo .deps/maxloc1_16_s4.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 minloc2_4_s1.lo -MD -MP -MF .deps/minloc2_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s1.c  -fPIC -DPIC -o .libs/minloc2_4_s1.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 minloc2_16_s1.lo -MD -MP -MF .deps/minloc2_16_s1.Tpo -c -o minloc2_16_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s1.c
mv -f .deps/maxloc2_4_s4.Tpo .deps/maxloc2_4_s4.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 minloc2_4_s4.lo -MD -MP -MF .deps/minloc2_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s4.c  -fPIC -DPIC -o .libs/minloc2_4_s4.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 minloc2_16_s4.lo -MD -MP -MF .deps/minloc2_16_s4.Tpo -c -o minloc2_16_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s4.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 minloc2_8_s1.lo -MD -MP -MF .deps/minloc2_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s1.c  -fPIC -DPIC -o .libs/minloc2_8_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_8_s4.lo -MD -MP -MF .deps/maxloc2_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_8_s4.c -o maxloc2_8_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc2_8_s4.lo -MD -MP -MF .deps/minloc2_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s4.c  -fPIC -DPIC -o .libs/minloc2_8_s4.o
mv -f .deps/maxloc2_8_s1.Tpo .deps/maxloc2_8_s1.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 minloc2_16_s1.lo -MD -MP -MF .deps/minloc2_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s1.c  -fPIC -DPIC -o .libs/minloc2_16_s1.o
mv -f .deps/minloc1_4_s4.Tpo .deps/minloc1_4_s4.Plo
mv -f .deps/minloc1_8_s1.Tpo .deps/minloc1_8_s1.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 maxval0_s1.lo -MD -MP -MF .deps/maxval0_s1.Tpo -c -o maxval0_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s1.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 maxloc2_16_s1.lo -MD -MP -MF .deps/maxloc2_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s1.c -o maxloc2_16_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxloc2_16_s4.lo -MD -MP -MF .deps/maxloc2_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxloc2_16_s4.c -o maxloc2_16_s4.o >/dev/null 2>&1
mv -f .deps/minloc1_8_s4.Tpo .deps/minloc1_8_s4.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 maxval0_s4.lo -MD -MP -MF .deps/maxval0_s4.Tpo -c -o maxval0_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s4.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 minval0_s1.lo -MD -MP -MF .deps/minval0_s1.Tpo -c -o minval0_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s1.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 minval0_s4.lo -MD -MP -MF .deps/minval0_s4.Tpo -c -o minval0_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s4.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 minloc2_16_s4.lo -MD -MP -MF .deps/minloc2_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s4.c  -fPIC -DPIC -o .libs/minloc2_16_s4.o
mv -f .deps/minloc1_16_s1.Tpo .deps/minloc1_16_s1.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 maxval1_s1.lo -MD -MP -MF .deps/maxval1_s1.Tpo -c -o maxval1_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s1.c
mv -f .deps/minloc1_16_s4.Tpo .deps/minloc1_16_s4.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 minloc2_4_s1.lo -MD -MP -MF .deps/minloc2_4_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s1.c -o minloc2_4_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval0_s1.lo -MD -MP -MF .deps/maxval0_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s1.c  -fPIC -DPIC -o .libs/maxval0_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval0_s4.lo -MD -MP -MF .deps/maxval0_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s4.c  -fPIC -DPIC -o .libs/maxval0_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval0_s1.lo -MD -MP -MF .deps/minval0_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s1.c  -fPIC -DPIC -o .libs/minval0_s1.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 maxval1_s4.lo -MD -MP -MF .deps/maxval1_s4.Tpo -c -o maxval1_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s4.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 minval0_s4.lo -MD -MP -MF .deps/minval0_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s4.c  -fPIC -DPIC -o .libs/minval0_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc2_8_s1.lo -MD -MP -MF .deps/minloc2_8_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s1.c -o minloc2_8_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc2_8_s4.lo -MD -MP -MF .deps/minloc2_8_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_8_s4.c -o minloc2_8_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc2_4_s4.lo -MD -MP -MF .deps/minloc2_4_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_4_s4.c -o minloc2_4_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minloc2_16_s1.lo -MD -MP -MF .deps/minloc2_16_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s1.c -o minloc2_16_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval1_s1.lo -MD -MP -MF .deps/maxval1_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s1.c  -fPIC -DPIC -o .libs/maxval1_s1.o
mv -f .deps/maxloc2_16_s1.Tpo .deps/maxloc2_16_s1.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 maxval1_s4.lo -MD -MP -MF .deps/maxval1_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s4.c  -fPIC -DPIC -o .libs/maxval1_s4.o
mv -f .deps/maxloc2_8_s4.Tpo .deps/maxloc2_8_s4.Plo
mv -f .deps/maxloc2_16_s4.Tpo .deps/maxloc2_16_s4.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 minval1_s1.lo -MD -MP -MF .deps/minval1_s1.Tpo -c -o minval1_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s1.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 minval1_s4.lo -MD -MP -MF .deps/minval1_s4.Tpo -c -o minval1_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s4.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 findloc0_i1.lo -MD -MP -MF .deps/findloc0_i1.Tpo -c -o findloc0_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_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 minloc2_16_s4.lo -MD -MP -MF .deps/minloc2_16_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minloc2_16_s4.c -o minloc2_16_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval1_s4.lo -MD -MP -MF .deps/minval1_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s4.c  -fPIC -DPIC -o .libs/minval1_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval1_s1.lo -MD -MP -MF .deps/minval1_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s1.c  -fPIC -DPIC -o .libs/minval1_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_i1.lo -MD -MP -MF .deps/findloc0_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i1.c  -fPIC -DPIC -o .libs/findloc0_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 maxval0_s1.lo -MD -MP -MF .deps/maxval0_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s1.c -o maxval0_s1.o >/dev/null 2>&1
mv -f .deps/minloc2_4_s1.Tpo .deps/minloc2_4_s1.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 minval0_s4.lo -MD -MP -MF .deps/minval0_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s4.c -o minval0_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT maxval0_s4.lo -MD -MP -MF .deps/maxval0_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval0_s4.c -o maxval0_s4.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 findloc0_i2.lo -MD -MP -MF .deps/findloc0_i2.Tpo -c -o findloc0_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_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 minval0_s1.lo -MD -MP -MF .deps/minval0_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval0_s1.c -o minval0_s1.o >/dev/null 2>&1
mv -f .deps/minloc2_4_s4.Tpo .deps/minloc2_4_s4.Plo
mv -f .deps/minloc2_8_s4.Tpo .deps/minloc2_8_s4.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 findloc0_i4.lo -MD -MP -MF .deps/findloc0_i4.Tpo -c -o findloc0_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i4.c
mv -f .deps/minloc2_8_s1.Tpo .deps/minloc2_8_s1.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 findloc0_i8.lo -MD -MP -MF .deps/findloc0_i8.Tpo -c -o findloc0_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i8.c
mv -f .deps/minloc2_16_s1.Tpo .deps/minloc2_16_s1.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 findloc0_i16.lo -MD -MP -MF .deps/findloc0_i16.Tpo -c -o findloc0_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_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 findloc0_r4.lo -MD -MP -MF .deps/findloc0_r4.Tpo -c -o findloc0_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_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 findloc0_i2.lo -MD -MP -MF .deps/findloc0_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i2.c  -fPIC -DPIC -o .libs/findloc0_i2.o
mv -f .deps/minloc2_16_s4.Tpo .deps/minloc2_16_s4.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 findloc0_r8.lo -MD -MP -MF .deps/findloc0_r8.Tpo -c -o findloc0_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_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 findloc0_i4.lo -MD -MP -MF .deps/findloc0_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i4.c  -fPIC -DPIC -o .libs/findloc0_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 findloc0_i8.lo -MD -MP -MF .deps/findloc0_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i8.c  -fPIC -DPIC -o .libs/findloc0_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 findloc0_r4.lo -MD -MP -MF .deps/findloc0_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r4.c  -fPIC -DPIC -o .libs/findloc0_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 maxval1_s1.lo -MD -MP -MF .deps/maxval1_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s1.c -o maxval1_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_i16.lo -MD -MP -MF .deps/findloc0_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i16.c  -fPIC -DPIC -o .libs/findloc0_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 maxval1_s4.lo -MD -MP -MF .deps/maxval1_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/maxval1_s4.c -o maxval1_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_i1.lo -MD -MP -MF .deps/findloc0_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i1.c -o findloc0_i1.o >/dev/null 2>&1
mv -f .deps/maxval0_s1.Tpo .deps/maxval0_s1.Plo
mv -f .deps/maxval0_s4.Tpo .deps/maxval0_s4.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 findloc0_r10.lo -MD -MP -MF .deps/findloc0_r10.Tpo -c -o findloc0_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r10.c
mv -f .deps/minval0_s1.Tpo .deps/minval0_s1.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 findloc0_r8.lo -MD -MP -MF .deps/findloc0_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r8.c  -fPIC -DPIC -o .libs/findloc0_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 findloc0_r16.lo -MD -MP -MF .deps/findloc0_r16.Tpo -c -o findloc0_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r16.c
mv -f .deps/minval0_s4.Tpo .deps/minval0_s4.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 findloc0_r17.lo -MD -MP -MF .deps/findloc0_r17.Tpo -c -o findloc0_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_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 findloc0_c4.lo -MD -MP -MF .deps/findloc0_c4.Tpo -c -o findloc0_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c4.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 minval1_s4.lo -MD -MP -MF .deps/minval1_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s4.c -o minval1_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT minval1_s1.lo -MD -MP -MF .deps/minval1_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/minval1_s1.c -o minval1_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_r10.lo -MD -MP -MF .deps/findloc0_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r10.c  -fPIC -DPIC -o .libs/findloc0_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 findloc0_i2.lo -MD -MP -MF .deps/findloc0_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i2.c -o findloc0_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 findloc0_r16.lo -MD -MP -MF .deps/findloc0_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r16.c  -fPIC -DPIC -o .libs/findloc0_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 findloc0_r17.lo -MD -MP -MF .deps/findloc0_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r17.c  -fPIC -DPIC -o .libs/findloc0_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 findloc0_c4.lo -MD -MP -MF .deps/findloc0_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c4.c  -fPIC -DPIC -o .libs/findloc0_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_r4.lo -MD -MP -MF .deps/findloc0_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r4.c -o findloc0_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 findloc0_i8.lo -MD -MP -MF .deps/findloc0_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i8.c -o findloc0_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 findloc0_i4.lo -MD -MP -MF .deps/findloc0_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i4.c -o findloc0_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 findloc0_i16.lo -MD -MP -MF .deps/findloc0_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_i16.c -o findloc0_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 findloc0_r8.lo -MD -MP -MF .deps/findloc0_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r8.c -o findloc0_r8.o >/dev/null 2>&1
mv -f .deps/findloc0_i1.Tpo .deps/findloc0_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 findloc0_c8.lo -MD -MP -MF .deps/findloc0_c8.Tpo -c -o findloc0_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c8.c
mv -f .deps/maxval1_s1.Tpo .deps/maxval1_s1.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 findloc0_r17.lo -MD -MP -MF .deps/findloc0_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r17.c -o findloc0_r17.o >/dev/null 2>&1
mv -f .deps/maxval1_s4.Tpo .deps/maxval1_s4.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 findloc0_c10.lo -MD -MP -MF .deps/findloc0_c10.Tpo -c -o findloc0_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c10.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 findloc0_c16.lo -MD -MP -MF .deps/findloc0_c16.Tpo -c -o findloc0_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c16.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 findloc0_r10.lo -MD -MP -MF .deps/findloc0_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r10.c -o findloc0_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 findloc0_c8.lo -MD -MP -MF .deps/findloc0_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c8.c  -fPIC -DPIC -o .libs/findloc0_c8.o
mv -f .deps/minval1_s1.Tpo .deps/minval1_s1.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 findloc0_r16.lo -MD -MP -MF .deps/findloc0_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_r16.c -o findloc0_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 findloc0_c16.lo -MD -MP -MF .deps/findloc0_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c16.c  -fPIC -DPIC -o .libs/findloc0_c16.o
mv -f .deps/findloc0_i2.Tpo .deps/findloc0_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 findloc0_c10.lo -MD -MP -MF .deps/findloc0_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c10.c  -fPIC -DPIC -o .libs/findloc0_c10.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 findloc0_c17.lo -MD -MP -MF .deps/findloc0_c17.Tpo -c -o findloc0_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c17.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 findloc0_c4.lo -MD -MP -MF .deps/findloc0_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c4.c -o findloc0_c4.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 findloc0_s1.lo -MD -MP -MF .deps/findloc0_s1.Tpo -c -o findloc0_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s1.c
mv -f .deps/minval1_s4.Tpo .deps/minval1_s4.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 findloc0_s4.lo -MD -MP -MF .deps/findloc0_s4.Tpo -c -o findloc0_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s4.c
mv -f .deps/findloc0_r4.Tpo .deps/findloc0_r4.Plo
mv -f .deps/findloc0_i4.Tpo .deps/findloc0_i4.Plo
mv -f .deps/findloc0_i8.Tpo .deps/findloc0_i8.Plo
mv -f .deps/findloc0_i16.Tpo .deps/findloc0_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 findloc1_i1.lo -MD -MP -MF .deps/findloc1_i1.Tpo -c -o findloc1_i1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_i2.lo -MD -MP -MF .deps/findloc1_i2.Tpo -c -o findloc1_i2.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_i4.lo -MD -MP -MF .deps/findloc1_i4.Tpo -c -o findloc1_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_i8.lo -MD -MP -MF .deps/findloc1_i8.Tpo -c -o findloc1_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i8.c
mv -f .deps/findloc0_r17.Tpo .deps/findloc0_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 findloc1_i16.lo -MD -MP -MF .deps/findloc1_i16.Tpo -c -o findloc1_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc0_c17.lo -MD -MP -MF .deps/findloc0_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c17.c  -fPIC -DPIC -o .libs/findloc0_c17.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_s1.lo -MD -MP -MF .deps/findloc0_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s1.c  -fPIC -DPIC -o .libs/findloc0_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_s4.lo -MD -MP -MF .deps/findloc0_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s4.c  -fPIC -DPIC -o .libs/findloc0_s4.o
mv -f .deps/findloc0_r8.Tpo .deps/findloc0_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 findloc1_i1.lo -MD -MP -MF .deps/findloc1_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i1.c  -fPIC -DPIC -o .libs/findloc1_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 findloc1_i2.lo -MD -MP -MF .deps/findloc1_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i2.c  -fPIC -DPIC -o .libs/findloc1_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 findloc1_r4.lo -MD -MP -MF .deps/findloc1_r4.Tpo -c -o findloc1_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_i4.lo -MD -MP -MF .deps/findloc1_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i4.c  -fPIC -DPIC -o .libs/findloc1_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 findloc1_i8.lo -MD -MP -MF .deps/findloc1_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i8.c  -fPIC -DPIC -o .libs/findloc1_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 findloc1_i16.lo -MD -MP -MF .deps/findloc1_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i16.c  -fPIC -DPIC -o .libs/findloc1_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 findloc0_c17.lo -MD -MP -MF .deps/findloc0_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c17.c -o findloc0_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_r4.lo -MD -MP -MF .deps/findloc1_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r4.c  -fPIC -DPIC -o .libs/findloc1_r4.o
mv -f .deps/findloc0_r10.Tpo .deps/findloc0_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 findloc0_c8.lo -MD -MP -MF .deps/findloc0_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c8.c -o findloc0_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_c10.lo -MD -MP -MF .deps/findloc0_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c10.c -o findloc0_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_c16.lo -MD -MP -MF .deps/findloc0_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_c16.c -o findloc0_c16.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 findloc1_r8.lo -MD -MP -MF .deps/findloc1_r8.Tpo -c -o findloc1_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r8.c
mv -f .deps/findloc0_r16.Tpo .deps/findloc0_r16.Plo
mv -f .deps/findloc0_c4.Tpo .deps/findloc0_c4.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 findloc1_r10.lo -MD -MP -MF .deps/findloc1_r10.Tpo -c -o findloc1_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_r16.lo -MD -MP -MF .deps/findloc1_r16.Tpo -c -o findloc1_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_r8.lo -MD -MP -MF .deps/findloc1_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r8.c  -fPIC -DPIC -o .libs/findloc1_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 findloc0_s1.lo -MD -MP -MF .deps/findloc0_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s1.c -o findloc0_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc0_s4.lo -MD -MP -MF .deps/findloc0_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc0_s4.c -o findloc0_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_r10.lo -MD -MP -MF .deps/findloc1_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r10.c  -fPIC -DPIC -o .libs/findloc1_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 findloc1_r16.lo -MD -MP -MF .deps/findloc1_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r16.c  -fPIC -DPIC -o .libs/findloc1_r16.o
mv -f .deps/findloc0_c17.Tpo .deps/findloc0_c17.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 findloc1_r17.lo -MD -MP -MF .deps/findloc1_r17.Tpo -c -o findloc1_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_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 findloc1_i8.lo -MD -MP -MF .deps/findloc1_i8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i8.c -o findloc1_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 findloc1_i4.lo -MD -MP -MF .deps/findloc1_i4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i4.c -o findloc1_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 findloc1_i1.lo -MD -MP -MF .deps/findloc1_i1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i1.c -o findloc1_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 findloc1_i2.lo -MD -MP -MF .deps/findloc1_i2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i2.c -o findloc1_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 findloc1_i16.lo -MD -MP -MF .deps/findloc1_i16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_i16.c -o findloc1_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 findloc1_r17.lo -MD -MP -MF .deps/findloc1_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r17.c  -fPIC -DPIC -o .libs/findloc1_r17.o
mv -f .deps/findloc0_c16.Tpo .deps/findloc0_c16.Plo
mv -f .deps/findloc0_c8.Tpo .deps/findloc0_c8.Plo
mv -f .deps/findloc0_c10.Tpo .deps/findloc0_c10.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 findloc1_r4.lo -MD -MP -MF .deps/findloc1_r4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r4.c -o findloc1_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 findloc1_c4.lo -MD -MP -MF .deps/findloc1_c4.Tpo -c -o findloc1_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c4.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 findloc1_c8.lo -MD -MP -MF .deps/findloc1_c8.Tpo -c -o findloc1_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c8.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c8.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 findloc1_c10.lo -MD -MP -MF .deps/findloc1_c10.Tpo -c -o findloc1_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c10.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c10.c
mv -f .deps/findloc0_s1.Tpo .deps/findloc0_s1.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 findloc1_r8.lo -MD -MP -MF .deps/findloc1_r8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r8.c -o findloc1_r8.o >/dev/null 2>&1
mv -f .deps/findloc0_s4.Tpo .deps/findloc0_s4.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 findloc1_c16.lo -MD -MP -MF .deps/findloc1_c16.Tpo -c -o findloc1_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c16.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c16.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 findloc1_c17.lo -MD -MP -MF .deps/findloc1_c17.Tpo -c -o findloc1_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c17.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c17.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 findloc1_c4.lo -MD -MP -MF .deps/findloc1_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c4.c  -fPIC -DPIC -o .libs/findloc1_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_c8.lo -MD -MP -MF .deps/findloc1_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c8.c  -fPIC -DPIC -o .libs/findloc1_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_c10.lo -MD -MP -MF .deps/findloc1_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c10.c  -fPIC -DPIC -o .libs/findloc1_c10.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_r17.lo -MD -MP -MF .deps/findloc1_r17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r17.c -o findloc1_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 findloc1_r10.lo -MD -MP -MF .deps/findloc1_r10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r10.c -o findloc1_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 findloc1_c16.lo -MD -MP -MF .deps/findloc1_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c16.c  -fPIC -DPIC -o .libs/findloc1_c16.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_r16.lo -MD -MP -MF .deps/findloc1_r16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_r16.c -o findloc1_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 findloc1_c17.lo -MD -MP -MF .deps/findloc1_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c17.c  -fPIC -DPIC -o .libs/findloc1_c17.o
mv -f .deps/findloc1_i8.Tpo .deps/findloc1_i8.Plo
mv -f .deps/findloc1_i1.Tpo .deps/findloc1_i1.Plo
mv -f .deps/findloc1_i2.Tpo .deps/findloc1_i2.Plo
mv -f .deps/findloc1_i4.Tpo .deps/findloc1_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 findloc1_s1.lo -MD -MP -MF .deps/findloc1_s1.Tpo -c -o findloc1_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s1.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 findloc1_s4.lo -MD -MP -MF .deps/findloc1_s4.Tpo -c -o findloc1_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s4.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 findloc2_s1.lo -MD -MP -MF .deps/findloc2_s1.Tpo -c -o findloc2_s1.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s1.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s1.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 findloc2_s4.lo -MD -MP -MF .deps/findloc2_s4.Tpo -c -o findloc2_s4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s4.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s4.c
mv -f .deps/findloc1_i16.Tpo .deps/findloc1_i16.Plo
mv -f .deps/findloc1_r17.Tpo .deps/findloc1_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 ISO_Fortran_binding.lo -MD -MP -MF .deps/ISO_Fortran_binding.Tpo -c -o ISO_Fortran_binding.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/runtime/ISO_Fortran_binding.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/runtime/ISO_Fortran_binding.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 size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c -o size_from_kind.lo `test -f 'io/size_from_kind.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/size_from_kind.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 findloc1_s1.lo -MD -MP -MF .deps/findloc1_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s1.c  -fPIC -DPIC -o .libs/findloc1_s1.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_s4.lo -MD -MP -MF .deps/findloc1_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s4.c  -fPIC -DPIC -o .libs/findloc1_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc2_s4.lo -MD -MP -MF .deps/findloc2_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s4.c  -fPIC -DPIC -o .libs/findloc2_s4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc2_s1.lo -MD -MP -MF .deps/findloc2_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s1.c  -fPIC -DPIC -o .libs/findloc2_s1.o
mv -f .deps/findloc1_r4.Tpo .deps/findloc1_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 close.lo -MD -MP -MF .deps/close.Tpo -c -o close.lo `test -f 'io/close.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/close.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 findloc1_c17.lo -MD -MP -MF .deps/findloc1_c17.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c17.c -o findloc1_c17.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ISO_Fortran_binding.lo -MD -MP -MF .deps/ISO_Fortran_binding.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/ISO_Fortran_binding.c  -fPIC -DPIC -o .libs/ISO_Fortran_binding.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/size_from_kind.c  -fPIC -DPIC -o .libs/size_from_kind.o
mv -f .deps/findloc1_r8.Tpo .deps/findloc1_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 findloc1_c8.lo -MD -MP -MF .deps/findloc1_c8.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c8.c -o findloc1_c8.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_c10.lo -MD -MP -MF .deps/findloc1_c10.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c10.c -o findloc1_c10.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_c4.lo -MD -MP -MF .deps/findloc1_c4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c4.c -o findloc1_c4.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 file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c -o file_pos.lo `test -f 'io/file_pos.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/file_pos.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 close.lo -MD -MP -MF .deps/close.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/close.c  -fPIC -DPIC -o .libs/close.o
mv -f .deps/findloc1_r10.Tpo .deps/findloc1_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 findloc1_c16.lo -MD -MP -MF .deps/findloc1_c16.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_c16.c -o findloc1_c16.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 format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo `test -f 'io/format.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/format.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 findloc2_s4.lo -MD -MP -MF .deps/findloc2_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s4.c -o findloc2_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc2_s1.lo -MD -MP -MF .deps/findloc2_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc2_s1.c -o findloc2_s1.o >/dev/null 2>&1
mv -f .deps/findloc1_r16.Tpo .deps/findloc1_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 file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/file_pos.c  -fPIC -DPIC -o .libs/file_pos.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 inquire.lo -MD -MP -MF .deps/inquire.Tpo -c -o inquire.lo `test -f 'io/inquire.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/inquire.c
mv -f .deps/findloc1_c17.Tpo .deps/findloc1_c17.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 size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/size_from_kind.c -o size_from_kind.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 intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c -o intrinsics.lo `test -f 'io/intrinsics.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/intrinsics.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 format.lo -MD -MP -MF .deps/format.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/format.c  -fPIC -DPIC -o .libs/format.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/close.c -o close.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/inquire.c  -fPIC -DPIC -o .libs/inquire.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_s1.lo -MD -MP -MF .deps/findloc1_s1.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s1.c -o findloc1_s1.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT findloc1_s4.lo -MD -MP -MF .deps/findloc1_s4.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/generated/findloc1_s4.c -o findloc1_s4.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/intrinsics.c  -fPIC -DPIC -o .libs/intrinsics.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ISO_Fortran_binding.lo -MD -MP -MF .deps/ISO_Fortran_binding.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/ISO_Fortran_binding.c -o ISO_Fortran_binding.o >/dev/null 2>&1
mv -f .deps/findloc2_s1.Tpo .deps/findloc2_s1.Plo
mv -f .deps/findloc2_s4.Tpo .deps/findloc2_s4.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 list_read.lo -MD -MP -MF .deps/list_read.Tpo -c -o list_read.lo `test -f 'io/list_read.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/list_read.c
mv -f .deps/findloc1_c4.Tpo .deps/findloc1_c4.Plo
mv -f .deps/findloc1_c8.Tpo .deps/findloc1_c8.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 lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo `test -f 'io/lock.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/lock.c
mv -f .deps/findloc1_c10.Tpo .deps/findloc1_c10.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 open.lo -MD -MP -MF .deps/open.Tpo -c -o open.lo `test -f 'io/open.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/open.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 read.lo -MD -MP -MF .deps/read.Tpo -c -o read.lo `test -f 'io/read.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/read.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 transfer.lo -MD -MP -MF .deps/transfer.Tpo -c -o transfer.lo `test -f 'io/transfer.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/transfer.c
mv -f .deps/size_from_kind.Tpo .deps/size_from_kind.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 file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/file_pos.c -o file_pos.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 transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c -o transfer128.lo `test -f 'io/transfer128.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/transfer128.c
mv -f .deps/findloc1_c16.Tpo .deps/findloc1_c16.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 unit.lo -MD -MP -MF .deps/unit.Tpo -c -o unit.lo `test -f 'io/unit.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/unit.c
mv -f .deps/close.Tpo .deps/close.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 lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/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. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/list_read.c  -fPIC -DPIC -o .libs/list_read.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 unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo `test -f 'io/unix.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/unix.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 open.lo -MD -MP -MF .deps/open.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/open.c  -fPIC -DPIC -o .libs/open.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/read.c  -fPIC -DPIC -o .libs/read.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/transfer.c  -fPIC -DPIC -o .libs/transfer.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/transfer128.c  -fPIC -DPIC -o .libs/transfer128.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/intrinsics.c -o intrinsics.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/unit.c  -fPIC -DPIC -o .libs/unit.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/unix.c  -fPIC -DPIC -o .libs/unix.o
mv -f .deps/findloc1_s1.Tpo .deps/findloc1_s1.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 inquire.lo -MD -MP -MF .deps/inquire.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/inquire.c -o inquire.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/format.c -o format.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 write.lo -MD -MP -MF .deps/write.Tpo -c -o write.lo `test -f 'io/write.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/write.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 lock.lo -MD -MP -MF .deps/lock.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/lock.c -o lock.o >/dev/null 2>&1
mv -f .deps/findloc1_s4.Tpo .deps/findloc1_s4.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 fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c -o fbuf.lo `test -f 'io/fbuf.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/fbuf.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 transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/transfer128.c -o transfer128.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/write.c  -fPIC -DPIC -o .libs/write.o
mv -f .deps/file_pos.Tpo .deps/file_pos.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 async.lo -MD -MP -MF .deps/async.Tpo -c -o async.lo `test -f 'io/async.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`io/async.c
mv -f .deps/ISO_Fortran_binding.Tpo .deps/ISO_Fortran_binding.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 associated.lo -MD -MP -MF .deps/associated.Tpo -c -o associated.lo `test -f 'intrinsics/associated.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/associated.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 fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/fbuf.c  -fPIC -DPIC -o .libs/fbuf.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/open.c -o open.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT async.lo -MD -MP -MF .deps/async.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/async.c  -fPIC -DPIC -o .libs/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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/associated.c  -fPIC -DPIC -o .libs/associated.o
mv -f .deps/intrinsics.Tpo .deps/intrinsics.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 abort.lo -MD -MP -MF .deps/abort.Tpo -c -o abort.lo `test -f 'intrinsics/abort.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/abort.c
mv -f .deps/lock.Tpo .deps/lock.Plo
mv -f .deps/transfer128.Tpo .deps/transfer128.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 unit.lo -MD -MP -MF .deps/unit.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/unit.c -o unit.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 args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo `test -f 'intrinsics/args.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/args.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 cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c -o cshift0.lo `test -f 'intrinsics/cshift0.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/cshift0.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 read.lo -MD -MP -MF .deps/read.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/read.c -o read.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/abort.c  -fPIC -DPIC -o .libs/abort.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/args.c  -fPIC -DPIC -o .libs/args.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/associated.c -o associated.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/cshift0.c  -fPIC -DPIC -o .libs/cshift0.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/fbuf.c -o fbuf.o >/dev/null 2>&1
mv -f .deps/inquire.Tpo .deps/inquire.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 eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c -o eoshift0.lo `test -f 'intrinsics/eoshift0.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/eoshift0.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 unix.lo -MD -MP -MF .deps/unix.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/unix.c -o unix.o >/dev/null 2>&1
mv -f .deps/format.Tpo .deps/format.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 eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c -o eoshift2.lo `test -f 'intrinsics/eoshift2.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/eoshift2.c
mv -f .deps/open.Tpo .deps/open.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 async.lo -MD -MP -MF .deps/async.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/async.c -o async.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 erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c -o erfc_scaled.lo `test -f 'intrinsics/erfc_scaled.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/erfc_scaled.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 eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/eoshift0.c  -fPIC -DPIC -o .libs/eoshift0.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/abort.c -o abort.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/args.c -o args.o >/dev/null 2>&1
mv -f .deps/associated.Tpo .deps/associated.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 eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/eoshift2.c  -fPIC -DPIC -o .libs/eoshift2.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 extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c -o extends_type_of.lo `test -f 'intrinsics/extends_type_of.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/extends_type_of.c
mv -f .deps/unit.Tpo .deps/unit.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 erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/erfc_scaled.c  -fPIC -DPIC -o .libs/erfc_scaled.o
mv -f .deps/fbuf.Tpo .deps/fbuf.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 fnum.lo -MD -MP -MF .deps/fnum.Tpo -c -o fnum.lo `test -f 'intrinsics/fnum.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/fnum.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 cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/cshift0.c -o cshift0.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 ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c -o ierrno.lo `test -f 'intrinsics/ierrno.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/ierrno.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 extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/extends_type_of.c  -fPIC -DPIC -o .libs/extends_type_of.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/fnum.c  -fPIC -DPIC -o .libs/fnum.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/ierrno.c  -fPIC -DPIC -o .libs/ierrno.o
mv -f .deps/abort.Tpo .deps/abort.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 ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c -o ishftc.lo `test -f 'intrinsics/ishftc.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/ishftc.c
mv -f .deps/read.Tpo .deps/read.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 is_contiguous.lo -MD -MP -MF .deps/is_contiguous.Tpo -c -o is_contiguous.lo `test -f 'intrinsics/is_contiguous.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/is_contiguous.c
mv -f .deps/args.Tpo .deps/args.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 eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/eoshift0.c -o eoshift0.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 mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c -o mvbits.lo `test -f 'intrinsics/mvbits.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/mvbits.c
mv -f .deps/async.Tpo .deps/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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/eoshift2.c -o eoshift2.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/ishftc.c  -fPIC -DPIC -o .libs/ishftc.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/erfc_scaled.c -o erfc_scaled.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/extends_type_of.c -o extends_type_of.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT is_contiguous.lo -MD -MP -MF .deps/is_contiguous.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/is_contiguous.c  -fPIC -DPIC -o .libs/is_contiguous.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 move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c -o move_alloc.lo `test -f 'intrinsics/move_alloc.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/move_alloc.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 ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/ierrno.c -o ierrno.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/fnum.c -o fnum.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/list_read.c -o list_read.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/transfer.c -o transfer.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/mvbits.c  -fPIC -DPIC -o .libs/mvbits.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/move_alloc.c  -fPIC -DPIC -o .libs/move_alloc.o
mv -f .deps/cshift0.Tpo .deps/cshift0.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 pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c -o pack_generic.lo `test -f 'intrinsics/pack_generic.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/pack_generic.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 is_contiguous.lo -MD -MP -MF .deps/is_contiguous.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/is_contiguous.c -o is_contiguous.o >/dev/null 2>&1
mv -f .deps/unix.Tpo .deps/unix.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 selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c -o selected_char_kind.lo `test -f 'intrinsics/selected_char_kind.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/selected_char_kind.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 ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/ishftc.c -o ishftc.o >/dev/null 2>&1
mv -f .deps/extends_type_of.Tpo .deps/extends_type_of.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 pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/pack_generic.c  -fPIC -DPIC -o .libs/pack_generic.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 size.lo -MD -MP -MF .deps/size.Tpo -c -o size.lo `test -f 'intrinsics/size.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/size.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 move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/move_alloc.c -o move_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/selected_char_kind.c  -fPIC -DPIC -o .libs/selected_char_kind.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/mvbits.c -o mvbits.o >/dev/null 2>&1
mv -f .deps/fnum.Tpo .deps/fnum.Plo
mv -f .deps/ierrno.Tpo .deps/ierrno.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 spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c -o spread_generic.lo `test -f 'intrinsics/spread_generic.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/spread_generic.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_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c -o string_intrinsics.lo `test -f 'intrinsics/string_intrinsics.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/string_intrinsics.c
mv -f .deps/erfc_scaled.Tpo .deps/erfc_scaled.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 size.lo -MD -MP -MF .deps/size.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/size.c  -fPIC -DPIC -o .libs/size.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 rand.lo -MD -MP -MF .deps/rand.Tpo -c -o rand.lo `test -f 'intrinsics/rand.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/rand.c
mv -f .deps/eoshift0.Tpo .deps/eoshift0.Plo
mv -f .deps/eoshift2.Tpo .deps/eoshift2.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 random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo `test -f 'intrinsics/random.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/random.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 reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c -o reshape_generic.lo `test -f 'intrinsics/reshape_generic.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/reshape_generic.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 write.lo -MD -MP -MF .deps/write.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/io/write.c -o write.o >/dev/null 2>&1
mv -f .deps/is_contiguous.Tpo .deps/is_contiguous.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 spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/spread_generic.c  -fPIC -DPIC -o .libs/spread_generic.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 reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c -o reshape_packed.lo `test -f 'intrinsics/reshape_packed.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/reshape_packed.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_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/string_intrinsics.c  -fPIC -DPIC -o .libs/string_intrinsics.o
mv -f .deps/ishftc.Tpo .deps/ishftc.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 rand.lo -MD -MP -MF .deps/rand.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/rand.c  -fPIC -DPIC -o .libs/rand.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/random.c  -fPIC -DPIC -o .libs/random.o
/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    -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o selected_int_kind.lo `test -f 'intrinsics/selected_int_kind.f90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/selected_int_kind.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/reshape_generic.c  -fPIC -DPIC -o .libs/reshape_generic.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/selected_char_kind.c -o selected_char_kind.o >/dev/null 2>&1
mv -f .deps/move_alloc.Tpo .deps/move_alloc.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 size.lo -MD -MP -MF .deps/size.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/size.c -o size.o >/dev/null 2>&1
mv -f .deps/mvbits.Tpo .deps/mvbits.Plo
/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    -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o selected_real_kind.lo `test -f 'intrinsics/selected_real_kind.f90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/selected_real_kind.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/reshape_packed.c  -fPIC -DPIC -o .libs/reshape_packed.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/pack_generic.c -o pack_generic.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 trigd.lo -MD -MP -MF .deps/trigd.Tpo -c -o trigd.lo `test -f 'intrinsics/trigd.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/trigd.c
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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/selected_int_kind.f90  -fPIC -o .libs/selected_int_kind.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT trigd.lo -MD -MP -MF .deps/trigd.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/trigd.c  -fPIC -DPIC -o .libs/trigd.o
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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/selected_real_kind.f90  -fPIC -o .libs/selected_real_kind.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/rand.c -o rand.o >/dev/null 2>&1
mv -f .deps/selected_char_kind.Tpo .deps/selected_char_kind.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 unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c -o unpack_generic.lo `test -f 'intrinsics/unpack_generic.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/unpack_generic.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 spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/spread_generic.c -o spread_generic.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/reshape_packed.c -o reshape_packed.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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/selected_int_kind.f90 -o selected_int_kind.o >/dev/null 2>&1
mv -f .deps/size.Tpo .deps/size.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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/selected_real_kind.f90 -o selected_real_kind.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 in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c -o in_pack_generic.lo `test -f 'runtime/in_pack_generic.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/in_pack_generic.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 reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/reshape_generic.c -o reshape_generic.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/unpack_generic.c  -fPIC -DPIC -o .libs/unpack_generic.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-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_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/string_intrinsics.c -o string_intrinsics.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/random.c -o random.o >/dev/null 2>&1
mv -f .deps/pack_generic.Tpo .deps/pack_generic.Plo
mv -f .deps/rand.Tpo .deps/rand.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 in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/in_pack_generic.c  -fPIC -DPIC -o .libs/in_pack_generic.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 in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c -o in_unpack_generic.lo `test -f 'runtime/in_unpack_generic.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`runtime/in_unpack_generic.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 access.lo -MD -MP -MF .deps/access.Tpo -c -o access.lo `test -f 'intrinsics/access.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/access.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 c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c -o c99_functions.lo `test -f 'intrinsics/c99_functions.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/c99_functions.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 chdir.lo -MD -MP -MF .deps/chdir.Tpo -c -o chdir.lo `test -f 'intrinsics/chdir.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/chdir.c
mv -f .deps/reshape_packed.Tpo .deps/reshape_packed.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 chmod.lo -MD -MP -MF .deps/chmod.Tpo -c -o chmod.lo `test -f 'intrinsics/chmod.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/chmod.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 in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/in_unpack_generic.c  -fPIC -DPIC -o .libs/in_unpack_generic.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/access.c  -fPIC -DPIC -o .libs/access.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/c99_functions.c  -fPIC -DPIC -o .libs/c99_functions.o
mv -f .deps/spread_generic.Tpo .deps/spread_generic.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 clock.lo -MD -MP -MF .deps/clock.Tpo -c -o clock.lo `test -f 'intrinsics/clock.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/clock.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 chdir.lo -MD -MP -MF .deps/chdir.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/chdir.c  -fPIC -DPIC -o .libs/chdir.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT trigd.lo -MD -MP -MF .deps/trigd.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/trigd.c -o trigd.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/chmod.c  -fPIC -DPIC -o .libs/chmod.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/in_pack_generic.c -o in_pack_generic.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/unpack_generic.c -o unpack_generic.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/clock.c  -fPIC -DPIC -o .libs/clock.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/access.c -o access.o >/dev/null 2>&1
mv -f .deps/reshape_generic.Tpo .deps/reshape_generic.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 c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/c99_functions.c -o c99_functions.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 cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c -o cpu_time.lo `test -f 'intrinsics/cpu_time.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/cpu_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/runtime/in_unpack_generic.c -o in_unpack_generic.o >/dev/null 2>&1
mv -f .deps/list_read.Tpo .deps/list_read.Plo
mv -f .deps/transfer.Tpo .deps/transfer.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 ctime.lo -MD -MP -MF .deps/ctime.Tpo -c -o ctime.lo `test -f 'intrinsics/ctime.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/ctime.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 chdir.lo -MD -MP -MF .deps/chdir.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/chdir.c -o chdir.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 date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c -o date_and_time.lo `test -f 'intrinsics/date_and_time.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/date_and_time.c
mv -f .deps/string_intrinsics.Tpo .deps/string_intrinsics.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 dtime.lo -MD -MP -MF .deps/dtime.Tpo -c -o dtime.lo `test -f 'intrinsics/dtime.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/dtime.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 cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/cpu_time.c  -fPIC -DPIC -o .libs/cpu_time.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/ctime.c  -fPIC -DPIC -o .libs/ctime.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/chmod.c -o chmod.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/clock.c -o clock.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c  -fPIC -DPIC -o .libs/date_and_time.o
mv -f .deps/random.Tpo .deps/random.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 env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo `test -f 'intrinsics/env.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/env.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 dtime.lo -MD -MP -MF .deps/dtime.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/dtime.c  -fPIC -DPIC -o .libs/dtime.o
mv -f .deps/in_pack_generic.Tpo .deps/in_pack_generic.Plo
mv -f .deps/c99_functions.Tpo .deps/c99_functions.Plo
mv -f .deps/access.Tpo .deps/access.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 etime.lo -MD -MP -MF .deps/etime.Tpo -c -o etime.lo `test -f 'intrinsics/etime.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/etime.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 execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c -o execute_command_line.lo `test -f 'intrinsics/execute_command_line.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/execute_command_line.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 exit.lo -MD -MP -MF .deps/exit.Tpo -c -o exit.lo `test -f 'intrinsics/exit.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/exit.c
mv -f .deps/unpack_generic.Tpo .deps/unpack_generic.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 gerror.lo -MD -MP -MF .deps/gerror.Tpo -c -o gerror.lo `test -f 'intrinsics/gerror.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/gerror.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 env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/env.c  -fPIC -DPIC -o .libs/env.o
mv -f .deps/in_unpack_generic.Tpo .deps/in_unpack_generic.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 getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c -o getcwd.lo `test -f 'intrinsics/getcwd.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/getcwd.c
mv -f .deps/chdir.Tpo .deps/chdir.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 getlog.lo -MD -MP -MF .deps/getlog.Tpo -c -o getlog.lo `test -f 'intrinsics/getlog.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/getlog.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 etime.lo -MD -MP -MF .deps/etime.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/etime.c  -fPIC -DPIC -o .libs/etime.o
mv -f .deps/trigd.Tpo .deps/trigd.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 getXid.lo -MD -MP -MF .deps/getXid.Tpo -c -o getXid.lo `test -f 'intrinsics/getXid.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/getXid.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 execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/execute_command_line.c  -fPIC -DPIC -o .libs/execute_command_line.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/exit.c  -fPIC -DPIC -o .libs/exit.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/gerror.c  -fPIC -DPIC -o .libs/gerror.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/cpu_time.c -o cpu_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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/ctime.c -o ctime.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/getcwd.c  -fPIC -DPIC -o .libs/getcwd.o
mv -f .deps/clock.Tpo .deps/clock.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 dtime.lo -MD -MP -MF .deps/dtime.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/dtime.c -o dtime.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 hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c -o hostnm.lo `test -f 'intrinsics/hostnm.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/hostnm.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 getlog.lo -MD -MP -MF .deps/getlog.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/getlog.c  -fPIC -DPIC -o .libs/getlog.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/getXid.c  -fPIC -DPIC -o .libs/getXid.o
mv -f .deps/write.Tpo .deps/write.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 kill.lo -MD -MP -MF .deps/kill.Tpo -c -o kill.lo `test -f 'intrinsics/kill.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/kill.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 env.lo -MD -MP -MF .deps/env.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c -o date_and_time.o >/dev/null 2>&1
mv -f .deps/chmod.Tpo .deps/chmod.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 link.lo -MD -MP -MF .deps/link.Tpo -c -o link.lo `test -f 'intrinsics/link.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/link.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 etime.lo -MD -MP -MF .deps/etime.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/etime.c -o etime.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/exit.c -o exit.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/hostnm.c  -fPIC -DPIC -o .libs/hostnm.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/gerror.c -o gerror.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/kill.c  -fPIC -DPIC -o .libs/kill.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/execute_command_line.c -o execute_command_line.o >/dev/null 2>&1
mv -f .deps/ctime.Tpo .deps/ctime.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 getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/getcwd.c -o getcwd.o >/dev/null 2>&1
mv -f .deps/cpu_time.Tpo .deps/cpu_time.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 perror.lo -MD -MP -MF .deps/perror.Tpo -c -o perror.lo `test -f 'intrinsics/perror.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/perror.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 signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo `test -f 'intrinsics/signal.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/signal.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 link.lo -MD -MP -MF .deps/link.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/link.c  -fPIC -DPIC -o .libs/link.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/getXid.c -o getXid.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/getlog.c -o getlog.o >/dev/null 2>&1
mv -f .deps/dtime.Tpo .deps/dtime.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 sleep.lo -MD -MP -MF .deps/sleep.Tpo -c -o sleep.lo `test -f 'intrinsics/sleep.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/sleep.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 signal.lo -MD -MP -MF .deps/signal.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/signal.c  -fPIC -DPIC -o .libs/signal.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/perror.c  -fPIC -DPIC -o .libs/perror.o
mv -f .deps/env.Tpo .deps/env.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 hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/hostnm.c -o hostnm.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 system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo `test -f 'intrinsics/system.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/system.c
mv -f .deps/gerror.Tpo .deps/gerror.Plo
mv -f .deps/exit.Tpo .deps/exit.Plo
mv -f .deps/etime.Tpo .deps/etime.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 kill.lo -MD -MP -MF .deps/kill.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/kill.c -o kill.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 rename.lo -MD -MP -MF .deps/rename.Tpo -c -o rename.lo `test -f 'intrinsics/rename.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/rename.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 stat.lo -MD -MP -MF .deps/stat.Tpo -c -o stat.lo `test -f 'intrinsics/stat.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/stat.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 symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c -o symlnk.lo `test -f 'intrinsics/symlnk.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/symlnk.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 sleep.lo -MD -MP -MF .deps/sleep.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/sleep.c  -fPIC -DPIC -o .libs/sleep.o
mv -f .deps/date_and_time.Tpo .deps/date_and_time.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 system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c -o system_clock.lo `test -f 'intrinsics/system_clock.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/system_clock.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 link.lo -MD -MP -MF .deps/link.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/link.c -o link.o >/dev/null 2>&1
mv -f .deps/execute_command_line.Tpo .deps/execute_command_line.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 system.lo -MD -MP -MF .deps/system.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/system.c  -fPIC -DPIC -o .libs/system.o
mv -f .deps/getcwd.Tpo .deps/getcwd.Plo
mv -f .deps/getXid.Tpo .deps/getXid.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 time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo `test -f 'intrinsics/time.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/time.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 umask.lo -MD -MP -MF .deps/umask.Tpo -c -o umask.lo `test -f 'intrinsics/umask.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/umask.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 unlink.lo -MD -MP -MF .deps/unlink.Tpo -c -o unlink.lo `test -f 'intrinsics/unlink.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/unlink.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 rename.lo -MD -MP -MF .deps/rename.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/rename.c  -fPIC -DPIC -o .libs/rename.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/stat.c  -fPIC -DPIC -o .libs/stat.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/symlnk.c  -fPIC -DPIC -o .libs/symlnk.o
mv -f .deps/getlog.Tpo .deps/getlog.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 system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/system_clock.c  -fPIC -DPIC -o .libs/system_clock.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/perror.c -o perror.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   -fsignaling-nans -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c -o ieee_helper.lo `test -f 'ieee/ieee_helper.c' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`ieee/ieee_helper.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 signal.lo -MD -MP -MF .deps/signal.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/signal.c -o signal.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/sleep.c -o sleep.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/time.c  -fPIC -DPIC -o .libs/time.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/unlink.c  -fPIC -DPIC -o .libs/unlink.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/umask.c  -fPIC -DPIC -o .libs/umask.o
mv -f .deps/hostnm.Tpo .deps/hostnm.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c -o ieee_exceptions.lo `test -f 'ieee/ieee_exceptions.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`ieee/ieee_exceptions.F90
mv -f .deps/kill.Tpo .deps/kill.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 -fsignaling-nans -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_helper.c  -fPIC -DPIC -o .libs/ieee_helper.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c -o ieee_features.lo `test -f 'ieee/ieee_features.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`ieee/ieee_features.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/system.c -o system.o >/dev/null 2>&1
mv -f .deps/tsan_interceptors_posix.Tpo .deps/tsan_interceptors_posix.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/tsan/libtool-version` -lrt -ldl -lrt -lpthread -lm  -o libtsan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 tsan_debugging.lo tsan_external.lo tsan_fd.lo tsan_flags.lo tsan_ignoreset.lo tsan_interceptors_posix.lo tsan_interceptors_mac.lo tsan_interface_ann.lo tsan_interface_atomic.lo tsan_interface.lo tsan_interface_java.lo tsan_malloc_mac.lo tsan_md5.lo tsan_mman.lo tsan_mutexset.lo tsan_new_delete.lo tsan_platform_linux.lo tsan_platform_mac.lo tsan_platform_posix.lo tsan_platform_windows.lo tsan_report.lo tsan_rtl.lo tsan_rtl_access.lo tsan_rtl_mutex.lo tsan_rtl_proc.lo tsan_rtl_report.lo tsan_rtl_thread.lo tsan_stack_trace.lo tsan_suppressions.lo tsan_symbolize.lo tsan_sync.lo tsan_vector_clock.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la tsan_rtl_amd64.lo ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.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/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/rename.c -o rename.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/symlnk.c -o symlnk.o >/dev/null 2>&1
mv -f .deps/link.Tpo .deps/link.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/system_clock.c -o system_clock.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/stat.c -o stat.o >/dev/null 2>&1
mv -f .deps/perror.Tpo .deps/perror.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_exceptions.F90  -fPIC -o .libs/ieee_exceptions.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/unlink.c -o unlink.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_features.F90  -fPIC -o .libs/ieee_features.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/umask.c -o umask.o >/dev/null 2>&1
mv -f .deps/sleep.Tpo .deps/sleep.Plo
mv -f .deps/signal.Tpo .deps/signal.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c4.F90  -fPIC -o .libs/_abs_c4.o
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections -fsignaling-nans -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_helper.c -o ieee_helper.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_features.F90 -o ieee_features.o >/dev/null 2>&1
mv -f .deps/system.Tpo .deps/system.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_exceptions.F90 -o ieee_exceptions.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c8.F90  -fPIC -o .libs/_abs_c8.o
mv -f .deps/rename.Tpo .deps/rename.Plo
mv -f .deps/symlnk.Tpo .deps/symlnk.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i4.F90
mv -f .deps/time.Tpo .deps/time.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c10.F90  -fPIC -o .libs/_abs_c10.o
mv -f .deps/system_clock.Tpo .deps/system_clock.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c4.F90 -o _abs_c4.o >/dev/null 2>&1
mv -f .deps/unlink.Tpo .deps/unlink.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c16.F90  -fPIC -o .libs/_abs_c16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r8.F90
mv -f .deps/umask.Tpo .deps/umask.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c8.F90 -o _abs_c8.o >/dev/null 2>&1
mv -f .deps/stat.Tpo .deps/stat.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c17.F90  -fPIC -o .libs/_abs_c17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _abs_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aimag_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i4.F90  -fPIC -o .libs/_abs_i4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c10.F90 -o _abs_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i8.F90  -fPIC -o .libs/_abs_i8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i16.F90  -fPIC -o .libs/_abs_i16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r4.F90  -fPIC -o .libs/_abs_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c16.F90 -o _abs_c16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_c17.F90 -o _abs_c17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r8.F90  -fPIC -o .libs/_abs_r8.o
mv -f .deps/ieee_helper.Tpo .deps/ieee_helper.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aimag_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r10.F90  -fPIC -o .libs/_abs_r10.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aimag_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aimag_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r16.F90  -fPIC -o .libs/_abs_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r17.F90  -fPIC -o .libs/_abs_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i4.F90 -o _abs_i4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i8.F90 -o _abs_i8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_i16.F90 -o _abs_i16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c4.F90  -fPIC -o .libs/_aimag_c4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aimag_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c17.F90
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/libtsan.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,libtsan.so.2 -o .libs/libtsan.so.2.0.0
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r4.F90 -o _abs_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r8.F90 -o _abs_r8.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r10.F90 -o _abs_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c8.F90  -fPIC -o .libs/_aimag_c8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c10.F90  -fPIC -o .libs/_aimag_c10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r16.F90 -o _abs_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_abs_r17.F90 -o _abs_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c16.F90  -fPIC -o .libs/_aimag_c16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c4.F90 -o _aimag_c4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c17.F90  -fPIC -o .libs/_aimag_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c10.F90 -o _aimag_c10.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c16.F90 -o _aimag_c16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r4.F90  -fPIC -o .libs/_exp_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c8.F90 -o _aimag_c8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r8.F90  -fPIC -o .libs/_exp_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _exp_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r16.F90  -fPIC -o .libs/_exp_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r10.F90  -fPIC -o .libs/_exp_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aimag_c17.F90 -o _aimag_c17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r17.F90  -fPIC -o .libs/_exp_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r4.F90 -o _exp_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r8.F90 -o _exp_r8.o >/dev/null 2>&1
libtool: link: rm -f  .libs/libtsan.la.lnkscript
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c4.F90  -fPIC -o .libs/_exp_c4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c8.F90  -fPIC -o .libs/_exp_c8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c10.F90  -fPIC -o .libs/_exp_c10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c16.F90  -fPIC -o .libs/_exp_c16.o
libtool: link: (cd ".libs" && rm -f "libtsan.so.2" && ln -s "libtsan.so.2.0.0" "libtsan.so.2")
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c17.F90  -fPIC -o .libs/_exp_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r10.F90 -o _exp_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r16.F90 -o _exp_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r4.F90  -fPIC -o .libs/_log_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_r17.F90 -o _exp_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r17.F90
libtool: link: (cd ".libs" && rm -f "libtsan.so" && ln -s "libtsan.so.2.0.0" "libtsan.so")
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c4.F90 -o _exp_c4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r8.F90  -fPIC -o .libs/_log_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r10.F90  -fPIC -o .libs/_log_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c8.F90 -o _exp_c8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c17.F90 -o _exp_c17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c16.F90 -o _exp_c16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_exp_c10.F90 -o _exp_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r16.F90  -fPIC -o .libs/_log_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r4.F90 -o _log_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r17.F90  -fPIC -o .libs/_log_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r10.F90 -o _log_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r16.F90 -o _log_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r8.F90 -o _log_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c4.F90  -fPIC -o .libs/_log_c4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c8.F90  -fPIC -o .libs/_log_c8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log10_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r4.F90
libtool: link: (cd .libs/libtsan.lax/libsanitizer_common.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan/../sanitizer_common/.libs/libsanitizer_common.a")
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log10_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log10_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log10_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_r17.F90 -o _log_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _log10_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c10.F90  -fPIC -o .libs/_log_c10.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c16.F90  -fPIC -o .libs/_log_c16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c17.F90  -fPIC -o .libs/_log_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c8.F90 -o _log_c8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c4.F90 -o _log_c4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r8.F90  -fPIC -o .libs/_log10_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r4.F90  -fPIC -o .libs/_log10_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r10.F90  -fPIC -o .libs/_log10_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c10.F90 -o _log_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r16.F90  -fPIC -o .libs/_log10_r16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r17.F90
libtool: link: (cd .libs/libtsan.lax/libinterception.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan/../interception/.libs/libinterception.a")
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c17.F90 -o _log_c17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r17.F90  -fPIC -o .libs/_log10_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r4.F90  -fPIC -o .libs/_sqrt_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log_c16.F90 -o _log_c16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r8.F90  -fPIC -o .libs/_sqrt_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r4.F90 -o _log10_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r8.F90 -o _log10_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r16.F90  -fPIC -o .libs/_sqrt_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r10.F90  -fPIC -o .libs/_sqrt_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r10.F90 -o _log10_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r16.F90 -o _log10_r16.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r17.F90  -fPIC -o .libs/_sqrt_r17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_log10_r17.F90 -o _log10_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r4.F90 -o _sqrt_r4.o >/dev/null 2>&1
libtool: link: (cd .libs/libtsan.lax/libsanitizer_libbacktrace.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan/../libbacktrace/.libs/libsanitizer_libbacktrace.a")
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sqrt_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r8.F90 -o _sqrt_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c8.F90  -fPIC -o .libs/_sqrt_c8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r16.F90 -o _sqrt_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r10.F90 -o _sqrt_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c4.F90  -fPIC -o .libs/_sqrt_c4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_r17.F90 -o _sqrt_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asin_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asin_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asin_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asin_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c10.F90  -fPIC -o .libs/_sqrt_c10.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asin_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c16.F90  -fPIC -o .libs/_sqrt_c16.o
libtool: link: ar rc .libs/libtsan.a tsan_debugging.o tsan_external.o tsan_fd.o tsan_flags.o tsan_ignoreset.o tsan_interceptors_posix.o tsan_interceptors_mac.o tsan_interface_ann.o tsan_interface_atomic.o tsan_interface.o tsan_interface_java.o tsan_malloc_mac.o tsan_md5.o tsan_mman.o tsan_mutexset.o tsan_new_delete.o tsan_platform_linux.o tsan_platform_mac.o tsan_platform_posix.o tsan_platform_windows.o tsan_report.o tsan_rtl.o tsan_rtl_access.o tsan_rtl_mutex.o tsan_rtl_proc.o tsan_rtl_report.o tsan_rtl_thread.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asinh_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c8.F90 -o _sqrt_c8.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asinh_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c17.F90  -fPIC -o .libs/_sqrt_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c4.F90 -o _sqrt_c4.o >/dev/null 2>&1
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a tsan_stack_trace.o tsan_suppressions.o tsan_symbolize.o tsan_sync.o tsan_vector_clock.o tsan_rtl_amd64.o .libs/libtsan.lax/libsanitizer_common.a/sancov_flags.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_allocator.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_allocator_checks.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_allocator_report.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_common.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_common_libcdep.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asinh_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asinh_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r10.F90  -fPIC -o .libs/_asin_r10.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _asinh_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r17.F90
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_coverage_libcdep_new.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_deadlock_detector1.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_deadlock_detector2.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_errno.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_file.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_flag_parser.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_flags.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_libc.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r16.F90  -fPIC -o .libs/_asin_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c10.F90 -o _sqrt_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r4.F90  -fPIC -o .libs/_asin_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r8.F90  -fPIC -o .libs/_asin_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c16.F90 -o _sqrt_c16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sqrt_c17.F90 -o _sqrt_c17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r17.F90  -fPIC -o .libs/_asin_r17.o
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_libignore.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_linux.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_linux_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_linux_s390.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_mac.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_mac_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_mutex.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_netbsd.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r4.F90  -fPIC -o .libs/_asinh_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r8.F90  -fPIC -o .libs/_asinh_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acos_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acos_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r8.F90
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_platform_limits_freebsd.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_platform_limits_linux.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_platform_limits_openbsd.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_platform_limits_posix.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_platform_limits_solaris.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_posix.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_posix_libcdep.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r4.F90 -o _asin_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r16.F90 -o _asin_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r10.F90  -fPIC -o .libs/_asinh_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r8.F90 -o _asin_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r10.F90 -o _asin_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r17.F90  -fPIC -o .libs/_asinh_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r16.F90  -fPIC -o .libs/_asinh_r16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acos_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asin_r17.F90 -o _asin_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acos_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r4.F90 -o _asinh_r4.o >/dev/null 2>&1
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_printf.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_procmaps_bsd.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_procmaps_common.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_procmaps_linux.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_procmaps_mac.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_procmaps_solaris.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_solaris.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stack_store.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r8.F90 -o _asinh_r8.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acos_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r8.F90  -fPIC -o .libs/_acos_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r10.F90 -o _asinh_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r4.F90  -fPIC -o .libs/_acos_r4.o
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stackdepot.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stacktrace.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stacktrace_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stacktrace_printer.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stacktrace_sparc.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stoptheworld_linux_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_stoptheworld_mac.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acosh_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r17.F90 -o _asinh_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acosh_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acosh_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_asinh_r16.F90 -o _asinh_r16.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acosh_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r10.F90  -fPIC -o .libs/_acos_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r16.F90  -fPIC -o .libs/_acos_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r17.F90  -fPIC -o .libs/_acos_r17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _acosh_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r4.F90
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_suppressions.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer_libbacktrace.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer_mac.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer_posix_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer_report.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r8.F90 -o _acos_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r4.F90 -o _acos_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r4.F90  -fPIC -o .libs/_acosh_r4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r10.F90  -fPIC -o .libs/_acosh_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r8.F90  -fPIC -o .libs/_acosh_r8.o
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_common.a/sanitizer_symbolizer_win.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_termination.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_thread_registry.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_tls_get_addr.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_unwind_linux_libcdep.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_unwind_win.o .libs/libtsan.lax/libsanitizer_common.a/sanitizer_win.o .libs/libtsan.lax/libinterception.a/interception_linux.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r16.F90  -fPIC -o .libs/_acosh_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r10.F90 -o _acos_r10.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r17.F90 -o _acos_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acos_r16.F90 -o _acos_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r17.F90  -fPIC -o .libs/_acosh_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r4.F90  -fPIC -o .libs/_atan_r4.o
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libinterception.a/interception_mac.o .libs/libtsan.lax/libinterception.a/interception_type_test.o .libs/libtsan.lax/libinterception.a/interception_win.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/atomic.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/bridge.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/cp-demangle.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/dwarf.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/elf.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/fileline.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atanh_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r8.F90  -fPIC -o .libs/_atan_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atanh_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r10.F90  -fPIC -o .libs/_atan_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r4.F90 -o _acosh_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r10.F90 -o _acosh_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r16.F90 -o _acosh_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r8.F90 -o _acosh_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r16.F90  -fPIC -o .libs/_atan_r16.o
libtool: link: : .libs/libtsan.a
libtool: link: ar rc .libs/libtsan.a .libs/libtsan.lax/libsanitizer_libbacktrace.a/mmap.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/mmapio.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/posix.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/sort.o .libs/libtsan.lax/libsanitizer_libbacktrace.a/state.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_acosh_r17.F90 -o _acosh_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atanh_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atanh_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r17.F90  -fPIC -o .libs/_atan_r17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atanh_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r8.F90 -o _atan_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r4.F90 -o _atan_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r8.F90  -fPIC -o .libs/_atanh_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r10.F90 -o _atan_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r4.F90  -fPIC -o .libs/_atanh_r4.o
libtool: link: ranlib .libs/libtsan.a
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r16.F90 -o _atan_r16.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan_r17.F90 -o _atan_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r16.F90  -fPIC -o .libs/_atanh_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r10.F90  -fPIC -o .libs/_atanh_r10.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r17.F90  -fPIC -o .libs/_atanh_r17.o
libtool: link: rm -fr .libs/libtsan.lax
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r8.F90 -o _atanh_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r4.F90 -o _atanh_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r10.F90  -fPIC -o .libs/_sin_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r8.F90  -fPIC -o .libs/_sin_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r16.F90  -fPIC -o .libs/_sin_r16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r4.F90  -fPIC -o .libs/_sin_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r16.F90 -o _atanh_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r10.F90 -o _atanh_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atanh_r17.F90 -o _atanh_r17.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sin_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c17.F90
libtool: link: ( cd ".libs" && rm -f "libtsan.la" && ln -s "../libtsan.la" "libtsan.la" )
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r17.F90  -fPIC -o .libs/_sin_r17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c8.F90  -fPIC -o .libs/_sin_c8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r8.F90 -o _sin_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c10.F90  -fPIC -o .libs/_sin_c10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r4.F90 -o _sin_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c4.F90  -fPIC -o .libs/_sin_c4.o
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan'
Making all in hwasan
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r10.F90 -o _sin_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r16.F90 -o _sin_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c16.F90  -fPIC -o .libs/_sin_c16.o
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan'
/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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_allocation_functions.lo -MD -MP -MF .deps/hwasan_allocation_functions.Tpo -c -o hwasan_allocation_functions.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocation_functions.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_allocator.lo -MD -MP -MF .deps/hwasan_allocator.Tpo -c -o hwasan_allocator.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan.lo -MD -MP -MF .deps/hwasan.Tpo -c -o hwasan.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c17.F90  -fPIC -o .libs/_sin_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_r17.F90 -o _sin_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c10.F90 -o _sin_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c8.F90 -o _sin_c8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r8.F90  -fPIC -o .libs/_cos_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r4.F90  -fPIC -o .libs/_cos_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c4.F90 -o _sin_c4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r16.F90
/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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_dynamic_shadow.lo -MD -MP -MF .deps/hwasan_dynamic_shadow.Tpo -c -o hwasan_dynamic_shadow.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_dynamic_shadow.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_exceptions.lo -MD -MP -MF .deps/hwasan_exceptions.Tpo -c -o hwasan_exceptions.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_exceptions.cpp
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c16.F90 -o _sin_c16.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_fuchsia.lo -MD -MP -MF .deps/hwasan_fuchsia.Tpo -c -o hwasan_fuchsia.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_fuchsia.cpp
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sin_c17.F90 -o _sin_c17.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_allocation_functions.lo -MD -MP -MF .deps/hwasan_allocation_functions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocation_functions.cpp  -fPIC -DPIC -o .libs/hwasan_allocation_functions.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_allocator.lo -MD -MP -MF .deps/hwasan_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocator.cpp  -fPIC -DPIC -o .libs/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan.lo -MD -MP -MF .deps/hwasan.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp  -fPIC -DPIC -o .libs/hwasan.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_globals.lo -MD -MP -MF .deps/hwasan_globals.Tpo -c -o hwasan_globals.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_globals.cpp
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r10.F90  -fPIC -o .libs/_cos_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r4.F90 -o _cos_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r8.F90 -o _cos_r8.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_interceptors.lo -MD -MP -MF .deps/hwasan_interceptors.Tpo -c -o hwasan_interceptors.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_dynamic_shadow.lo -MD -MP -MF .deps/hwasan_dynamic_shadow.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_dynamic_shadow.cpp  -fPIC -DPIC -o .libs/hwasan_dynamic_shadow.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    -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_interceptors_vfork.lo -MD -MP -MF .deps/hwasan_interceptors_vfork.Tpo -c -o hwasan_interceptors_vfork.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_exceptions.lo -MD -MP -MF .deps/hwasan_exceptions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_exceptions.cpp  -fPIC -DPIC -o .libs/hwasan_exceptions.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_linux.lo -MD -MP -MF .deps/hwasan_linux.Tpo -c -o hwasan_linux.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_linux.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_fuchsia.lo -MD -MP -MF .deps/hwasan_fuchsia.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_fuchsia.cpp  -fPIC -DPIC -o .libs/hwasan_fuchsia.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_memintrinsics.lo -MD -MP -MF .deps/hwasan_memintrinsics.Tpo -c -o hwasan_memintrinsics.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_memintrinsics.cpp
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r16.F90  -fPIC -o .libs/_cos_r16.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_new_delete.lo -MD -MP -MF .deps/hwasan_new_delete.Tpo -c -o hwasan_new_delete.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_new_delete.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_globals.lo -MD -MP -MF .deps/hwasan_globals.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_globals.cpp  -fPIC -DPIC -o .libs/hwasan_globals.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r10.F90 -o _cos_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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_interceptors_vfork.lo -MD -MP -MF .deps/hwasan_interceptors_vfork.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors_vfork.S  -fPIC -DPIC -o .libs/hwasan_interceptors_vfork.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_poisoning.lo -MD -MP -MF .deps/hwasan_poisoning.Tpo -c -o hwasan_poisoning.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_poisoning.cpp
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r17.F90
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_fuchsia.lo -MD -MP -MF .deps/hwasan_fuchsia.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_fuchsia.cpp -o hwasan_fuchsia.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_interceptors.lo -MD -MP -MF .deps/hwasan_interceptors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors.cpp  -fPIC -DPIC -o .libs/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_linux.lo -MD -MP -MF .deps/hwasan_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_linux.cpp  -fPIC -DPIC -o .libs/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_memintrinsics.lo -MD -MP -MF .deps/hwasan_memintrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_memintrinsics.cpp  -fPIC -DPIC -o .libs/hwasan_memintrinsics.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_exceptions.lo -MD -MP -MF .deps/hwasan_exceptions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_exceptions.cpp -o hwasan_exceptions.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r16.F90 -o _cos_r16.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_new_delete.lo -MD -MP -MF .deps/hwasan_new_delete.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_new_delete.cpp  -fPIC -DPIC -o .libs/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_dynamic_shadow.lo -MD -MP -MF .deps/hwasan_dynamic_shadow.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_dynamic_shadow.cpp -o hwasan_dynamic_shadow.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_interceptors_vfork.lo -MD -MP -MF .deps/hwasan_interceptors_vfork.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors_vfork.S -o hwasan_interceptors_vfork.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_report.lo -MD -MP -MF .deps/hwasan_report.Tpo -c -o hwasan_report.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_globals.lo -MD -MP -MF .deps/hwasan_globals.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_globals.cpp -o hwasan_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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_poisoning.lo -MD -MP -MF .deps/hwasan_poisoning.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_poisoning.cpp  -fPIC -DPIC -o .libs/hwasan_poisoning.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r17.F90  -fPIC -o .libs/_cos_r17.o
mv -f .deps/hwasan_fuchsia.Tpo .deps/hwasan_fuchsia.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    -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_setjmp_aarch64.lo -MD -MP -MF .deps/hwasan_setjmp_aarch64.Tpo -c -o hwasan_setjmp_aarch64.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_setjmp_aarch64.S
/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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_setjmp_x86_64.lo -MD -MP -MF .deps/hwasan_setjmp_x86_64.Tpo -c -o hwasan_setjmp_x86_64.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_setjmp_x86_64.S
mv -f .deps/hwasan_interceptors_vfork.Tpo .deps/hwasan_interceptors_vfork.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_allocation_functions.lo -MD -MP -MF .deps/hwasan_allocation_functions.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocation_functions.cpp -o hwasan_allocation_functions.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_interceptors.lo -MD -MP -MF .deps/hwasan_interceptors.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors.cpp -o hwasan_interceptors.o >/dev/null 2>&1
mv -f .deps/hwasan_exceptions.Tpo .deps/hwasan_exceptions.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_report.lo -MD -MP -MF .deps/hwasan_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp  -fPIC -DPIC -o .libs/hwasan_report.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_r17.F90 -o _cos_r17.o >/dev/null 2>&1
/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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_tag_mismatch_aarch64.lo -MD -MP -MF .deps/hwasan_tag_mismatch_aarch64.Tpo -c -o hwasan_tag_mismatch_aarch64.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_tag_mismatch_aarch64.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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_setjmp_aarch64.lo -MD -MP -MF .deps/hwasan_setjmp_aarch64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_setjmp_aarch64.S  -fPIC -DPIC -o .libs/hwasan_setjmp_aarch64.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_poisoning.lo -MD -MP -MF .deps/hwasan_poisoning.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_poisoning.cpp -o hwasan_poisoning.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_setjmp_x86_64.lo -MD -MP -MF .deps/hwasan_setjmp_x86_64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_setjmp_x86_64.S  -fPIC -DPIC -o .libs/hwasan_setjmp_x86_64.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_memintrinsics.lo -MD -MP -MF .deps/hwasan_memintrinsics.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_memintrinsics.cpp -o hwasan_memintrinsics.o >/dev/null 2>&1
mv -f .deps/hwasan_dynamic_shadow.Tpo .deps/hwasan_dynamic_shadow.Plo
mv -f .deps/hwasan_globals.Tpo .deps/hwasan_globals.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_thread.lo -MD -MP -MF .deps/hwasan_thread.Tpo -c -o hwasan_thread.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_tag_mismatch_aarch64.lo -MD -MP -MF .deps/hwasan_tag_mismatch_aarch64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_tag_mismatch_aarch64.S  -fPIC -DPIC -o .libs/hwasan_tag_mismatch_aarch64.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c8.F90
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_new_delete.lo -MD -MP -MF .deps/hwasan_new_delete.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_new_delete.cpp -o hwasan_new_delete.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_setjmp_aarch64.lo -MD -MP -MF .deps/hwasan_setjmp_aarch64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_setjmp_aarch64.S -o hwasan_setjmp_aarch64.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c4.F90  -fPIC -o .libs/_cos_c4.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_thread_list.lo -MD -MP -MF .deps/hwasan_thread_list.Tpo -c -o hwasan_thread_list.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread_list.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_setjmp_x86_64.lo -MD -MP -MF .deps/hwasan_setjmp_x86_64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_setjmp_x86_64.S -o hwasan_setjmp_x86_64.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_linux.lo -MD -MP -MF .deps/hwasan_linux.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_linux.cpp -o hwasan_linux.o >/dev/null 2>&1
libtool: compile:  /bb.build/./gcc/xgcc -B/bb.build/./gcc/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 hwasan_tag_mismatch_aarch64.lo -MD -MP -MF .deps/hwasan_tag_mismatch_aarch64.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_tag_mismatch_aarch64.S -o hwasan_tag_mismatch_aarch64.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_thread.lo -MD -MP -MF .deps/hwasan_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp  -fPIC -DPIC -o .libs/hwasan_thread.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c8.F90  -fPIC -o .libs/_cos_c8.o
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan.lo -MD -MP -MF .deps/hwasan.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp -o hwasan.o >/dev/null 2>&1
mv -f .deps/hwasan_poisoning.Tpo .deps/hwasan_poisoning.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_type_test.lo -MD -MP -MF .deps/hwasan_type_test.Tpo -c -o hwasan_type_test.lo /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_type_test.cpp
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c4.F90 -o _cos_c4.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_thread_list.lo -MD -MP -MF .deps/hwasan_thread_list.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread_list.cpp  -fPIC -DPIC -o .libs/hwasan_thread_list.o
mv -f .deps/hwasan_setjmp_aarch64.Tpo .deps/hwasan_setjmp_aarch64.Plo
mv -f .deps/hwasan_interceptors.Tpo .deps/hwasan_interceptors.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c10.F90
/bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include    -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_preinit.o -MD -MP -MF .deps/hwasan_preinit.Tpo -c -o hwasan_preinit.o /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_preinit.cpp
mv -f .deps/hwasan_setjmp_x86_64.Tpo .deps/hwasan_setjmp_x86_64.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c8.F90 -o _cos_c8.o >/dev/null 2>&1
mv -f .deps/hwasan_tag_mismatch_aarch64.Tpo .deps/hwasan_tag_mismatch_aarch64.Plo
mv -f .deps/hwasan_memintrinsics.Tpo .deps/hwasan_memintrinsics.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_type_test.lo -MD -MP -MF .deps/hwasan_type_test.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_type_test.cpp  -fPIC -DPIC -o .libs/hwasan_type_test.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cos_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tan_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r4.F90
mv -f .deps/hwasan_preinit.Tpo .deps/hwasan_preinit.Po
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tan_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tan_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c10.F90  -fPIC -o .libs/_cos_c10.o
mv -f .deps/hwasan_allocation_functions.Tpo .deps/hwasan_allocation_functions.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tan_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r16.F90
mv -f .deps/hwasan_new_delete.Tpo .deps/hwasan_new_delete.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_thread_list.lo -MD -MP -MF .deps/hwasan_thread_list.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread_list.cpp -o hwasan_thread_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 -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_thread.lo -MD -MP -MF .deps/hwasan_thread.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp -o hwasan_thread.o >/dev/null 2>&1
cp hwasan_preinit.o libhwasan_preinit.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c16.F90  -fPIC -o .libs/_cos_c16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tan_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sinh_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r4.F90
libtool: compile:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/include -isystem /BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_type_test.lo -MD -MP -MF .deps/hwasan_type_test.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_type_test.cpp -o hwasan_type_test.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c17.F90  -fPIC -o .libs/_cos_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c10.F90 -o _cos_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r4.F90  -fPIC -o .libs/_tan_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r10.F90  -fPIC -o .libs/_tan_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r8.F90  -fPIC -o .libs/_tan_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r16.F90  -fPIC -o .libs/_tan_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c16.F90 -o _cos_c16.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_allocator.lo -MD -MP -MF .deps/hwasan_allocator.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocator.cpp -o hwasan_allocator.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cos_c17.F90 -o _cos_c17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r17.F90  -fPIC -o .libs/_tan_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r4.F90  -fPIC -o .libs/_sinh_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r4.F90 -o _tan_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r8.F90 -o _tan_r8.o >/dev/null 2>&1
mv -f .deps/hwasan_linux.Tpo .deps/hwasan_linux.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r10.F90 -o _tan_r10.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sinh_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sinh_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r10.F90
mv -f .deps/hwasan_type_test.Tpo .deps/hwasan_type_test.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sinh_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r16.F90 -o _tan_r16.o >/dev/null 2>&1
mv -f .deps/hwasan_thread_list.Tpo .deps/hwasan_thread_list.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tan_r17.F90 -o _tan_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r4.F90 -o _sinh_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sinh_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cosh_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cosh_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cosh_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r10.F90
mv -f .deps/hwasan_thread.Tpo .deps/hwasan_thread.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 -DCAN_SANITIZE_UB=0 -DHWASAN_WITH_INTERCEPTORS=1 -I. -I/bb.download/source/gcc-13.2.0/libsanitizer/hwasan -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 -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 hwasan_report.lo -MD -MP -MF .deps/hwasan_report.Tpo -c /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp -o hwasan_report.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cosh_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r10.F90  -fPIC -o .libs/_sinh_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r8.F90  -fPIC -o .libs/_sinh_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _cosh_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tanh_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r16.F90  -fPIC -o .libs/_sinh_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r17.F90  -fPIC -o .libs/_sinh_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r4.F90  -fPIC -o .libs/_cosh_r4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tanh_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r8.F90  -fPIC -o .libs/_cosh_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tanh_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tanh_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r8.F90 -o _sinh_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r10.F90  -fPIC -o .libs/_cosh_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r10.F90 -o _sinh_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r16.F90 -o _sinh_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r17.F90  -fPIC -o .libs/_cosh_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r4.F90  -fPIC -o .libs/_tanh_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r16.F90  -fPIC -o .libs/_cosh_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r4.F90 -o _cosh_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sinh_r17.F90 -o _sinh_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r8.F90 -o _cosh_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r8.F90  -fPIC -o .libs/_tanh_r8.o
mv -f .deps/hwasan.Tpo .deps/hwasan.Plo
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _tanh_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r10.F90  -fPIC -o .libs/_tanh_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r16.F90  -fPIC -o .libs/_tanh_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r17.F90 -o _cosh_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r10.F90 -o _cosh_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r4.F90 -o _tanh_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _conjg_c4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_cosh_r16.F90 -o _cosh_r16.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _conjg_c8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _conjg_c10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _conjg_c16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _conjg_c17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r8.F90 -o _tanh_r8.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aint_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r10.F90 -o _tanh_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r16.F90 -o _tanh_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r17.F90  -fPIC -o .libs/_tanh_r17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aint_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aint_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c4.F90  -fPIC -o .libs/_conjg_c4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aint_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _aint_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c8.F90  -fPIC -o .libs/_conjg_c8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c10.F90  -fPIC -o .libs/_conjg_c10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c16.F90  -fPIC -o .libs/_conjg_c16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c17.F90  -fPIC -o .libs/_conjg_c17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_tanh_r17.F90 -o _tanh_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r4.F90  -fPIC -o .libs/_aint_r4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _anint_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _anint_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _anint_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r8.F90  -fPIC -o .libs/_aint_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c4.F90 -o _conjg_c4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c8.F90 -o _conjg_c8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r16.F90  -fPIC -o .libs/_aint_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c17.F90 -o _conjg_c17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c16.F90 -o _conjg_c16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_conjg_c10.F90 -o _conjg_c10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r10.F90  -fPIC -o .libs/_aint_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r17.F90  -fPIC -o .libs/_aint_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r4.F90 -o _aint_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _anint_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r8.F90 -o _aint_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r4.F90  -fPIC -o .libs/_anint_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r8.F90  -fPIC -o .libs/_anint_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r10.F90  -fPIC -o .libs/_anint_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r16.F90 -o _aint_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r17.F90 -o _aint_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_aint_r10.F90 -o _aint_r10.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _anint_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r4.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r16.F90  -fPIC -o .libs/_anint_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r4.F90 -o _anint_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r8.F90 -o _anint_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r10.F90 -o _anint_r10.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r10.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i4.F90  -fPIC -o .libs/_sign_i4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _sign_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i8.F90  -fPIC -o .libs/_sign_i8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r17.F90  -fPIC -o .libs/_anint_r17.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r16.F90 -o _anint_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r4.F90  -fPIC -o .libs/_sign_r4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i16.F90  -fPIC -o .libs/_sign_i16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r8.F90  -fPIC -o .libs/_sign_r8.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i4.F90 -o _sign_i4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_anint_r17.F90 -o _anint_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i8.F90 -o _sign_i8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r10.F90  -fPIC -o .libs/_sign_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r17.F90  -fPIC -o .libs/_sign_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_i16.F90 -o _sign_i16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r4.F90 -o _sign_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i4.F90  -fPIC -o .libs/_dim_i4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r16.F90  -fPIC -o .libs/_sign_r16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r8.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r8.F90 -o _sign_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i8.F90  -fPIC -o .libs/_dim_i8.o
mv -f .deps/hwasan_report.Tpo .deps/hwasan_report.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i16.F90  -fPIC -o .libs/_dim_i16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r10.F90 -o _sign_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r17.F90 -o _sign_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r4.F90  -fPIC -o .libs/_dim_r4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r16.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _dim_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan2_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_sign_r16.F90 -o _sign_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i4.F90 -o _dim_i4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan2_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan2_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i8.F90 -o _dim_i8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r8.F90  -fPIC -o .libs/_dim_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_i16.F90 -o _dim_i16.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan2_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r4.F90 -o _dim_r4.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _atan2_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r17.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r10.F90  -fPIC -o .libs/_dim_r10.o
mv -f .deps/hwasan_allocator.Tpo .deps/hwasan_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 -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/hwasan/libtool-version` -ldl -lrt -lpthread -lm  -o libhwasan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 hwasan_allocation_functions.lo hwasan_allocator.lo hwasan.lo hwasan_dynamic_shadow.lo hwasan_exceptions.lo hwasan_fuchsia.lo hwasan_globals.lo hwasan_interceptors.lo hwasan_interceptors_vfork.lo hwasan_linux.lo hwasan_memintrinsics.lo hwasan_new_delete.lo hwasan_poisoning.lo hwasan_report.lo hwasan_setjmp_aarch64.lo hwasan_setjmp_x86_64.lo hwasan_tag_mismatch_aarch64.lo hwasan_thread.lo hwasan_thread_list.lo hwasan_type_test.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la 
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_i4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r4.F90  -fPIC -o .libs/_atan2_r4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_i8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_i16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r17.F90  -fPIC -o .libs/_dim_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r16.F90  -fPIC -o .libs/_dim_r16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r8.F90  -fPIC -o .libs/_atan2_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r10.F90  -fPIC -o .libs/_atan2_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r8.F90 -o _dim_r8.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_r4.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r4.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r4.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r16.F90  -fPIC -o .libs/_atan2_r16.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_r8.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r8.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r8.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_r10.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r10.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r10.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r10.F90 -o _dim_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r17.F90  -fPIC -o .libs/_atan2_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r17.F90 -o _dim_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r4.F90 -o _atan2_r4.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i16.F90  -fPIC -o .libs/_mod_i16.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i8.F90  -fPIC -o .libs/_mod_i8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_dim_r16.F90 -o _dim_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i4.F90  -fPIC -o .libs/_mod_i4.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r8.F90 -o _atan2_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r10.F90 -o _atan2_r10.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r17.F90 -o _atan2_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_atan2_r16.F90 -o _atan2_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r4.F90  -fPIC -o .libs/_mod_r4.o
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_r16.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r16.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r16.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r8.F90  -fPIC -o .libs/_mod_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r10.F90  -fPIC -o .libs/_mod_r10.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i16.F90 -o _mod_i16.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o _mod_r17.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r17.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r17.F90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o misc_specifics.lo `test -f '/bb.download/source/gcc-13.2.0/libgfortran/generated/misc_specifics.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`/bb.download/source/gcc-13.2.0/libgfortran/generated/misc_specifics.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i8.F90 -o _mod_i8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_i4.F90 -o _mod_i4.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    -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o dprod_r8.lo `test -f 'intrinsics/dprod_r8.f90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/dprod_r8.f90
/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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o f2c_specifics.lo `test -f 'intrinsics/f2c_specifics.F90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/f2c_specifics.F90
/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    -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c -o random_init.lo `test -f 'intrinsics/random_init.f90' || echo '/bb.download/source/gcc-13.2.0/libgfortran/'`intrinsics/random_init.f90
/BuggyBox/grep/3.11/bootstrap/bin/grep -E -v '#(#| |$)' /bb.download/source/gcc-13.2.0/libgfortran/gfortran.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -E -P -include config.h -include kinds.inc - > gfortran.ver || (rm -f gfortran.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r4.F90 -o _mod_r4.o >/dev/null 2>&1
:
:
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r16.F90  -fPIC -o .libs/_mod_r16.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    -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2   -o libcaf_single.la -static -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0 single.lo  -lm 
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r8.F90 -o _mod_r8.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r10.F90 -o _mod_r10.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    -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran  -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config  -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace  -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk  -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c -o ieee_arithmetic.lo /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_arithmetic.F90
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r17.F90  -fPIC -o .libs/_mod_r17.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/misc_specifics.F90  -fPIC -o .libs/misc_specifics.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/f2c_specifics.F90  -fPIC -o .libs/f2c_specifics.o
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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/random_init.f90  -fPIC -o .libs/random_init.o
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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/dprod_r8.f90  -fPIC -o .libs/dprod_r8.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r16.F90 -o _mod_r16.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_arithmetic.F90  -fPIC -o .libs/ieee_arithmetic.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/_mod_r17.F90 -o _mod_r17.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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/generated/misc_specifics.F90 -o misc_specifics.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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/dprod_r8.f90 -o dprod_r8.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 -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/random_init.f90 -o random_init.o >/dev/null 2>&1
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/libhwasan.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,libhwasan.so.0 -o .libs/libhwasan.so.0.0.0
libtool: link: ar rc .libs/libcaf_single.a  single.o
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -fallow-leading-underscore -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/intrinsics/f2c_specifics.F90 -o f2c_specifics.o >/dev/null 2>&1
libtool: link: ranlib .libs/libcaf_single.a
libtool: link: ( cd ".libs" && rm -f "libcaf_single.la" && ln -s "../libcaf_single.la" "libcaf_single.la" )
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 -DHAVE_CONFIG_H -I. -I/bb.download/source/gcc-13.2.0/libgfortran -iquote/bb.download/source/gcc-13.2.0/libgfortran/io -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../gcc/config -I../.././gcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libgcc -I../libgcc -I/bb.download/source/gcc-13.2.0/libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fcf-protection -mshstk -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -fsignaling-nans -fbuilding-libgfortran -g -O2 -c /bb.download/source/gcc-13.2.0/libgfortran/ieee/ieee_arithmetic.F90 -o ieee_arithmetic.o >/dev/null 2>&1
libtool: link: rm -f  .libs/libhwasan.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libhwasan.so.0" && ln -s "libhwasan.so.0.0.0" "libhwasan.so.0")
libtool: link: (cd ".libs" && rm -f "libhwasan.so" && ln -s "libhwasan.so.0.0.0" "libhwasan.so")
libtool: link: (cd .libs/libhwasan.lax/libsanitizer_common.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan/../sanitizer_common/.libs/libsanitizer_common.a")
libtool: link: (cd .libs/libhwasan.lax/libinterception.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan/../interception/.libs/libinterception.a")
/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    -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2   -o libgfortran.la -version-info `grep -v '^#' /bb.download/source/gcc-13.2.0/libgfortran/libtool-version`    ../libbacktrace/libbacktrace.la  -lm  -Wl,--version-script=gfortran.ver -Wc,-shared-libgcc -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 bounds.lo compile_options.lo memory.lo string.lo select.lo  backtrace.lo convert_char.lo environ.lo error.lo fpu.lo main.lo pause.lo stop.lo all_l1.lo all_l2.lo all_l4.lo all_l8.lo all_l16.lo any_l1.lo any_l2.lo any_l4.lo any_l8.lo any_l16.lo count_1_l.lo count_2_l.lo count_4_l.lo count_8_l.lo count_16_l.lo maxloc0_4_i1.lo maxloc0_8_i1.lo maxloc0_16_i1.lo maxloc0_4_i2.lo maxloc0_8_i2.lo maxloc0_16_i2.lo maxloc0_4_i4.lo maxloc0_8_i4.lo maxloc0_16_i4.lo maxloc0_4_i8.lo maxloc0_8_i8.lo maxloc0_16_i8.lo maxloc0_4_i16.lo maxloc0_8_i16.lo maxloc0_16_i16.lo maxloc0_4_r4.lo maxloc0_8_r4.lo maxloc0_16_r4.lo maxloc0_4_r8.lo maxloc0_8_r8.lo maxloc0_16_r8.lo maxloc0_4_r10.lo maxloc0_8_r10.lo maxloc0_16_r10.lo maxloc0_4_r16.lo maxloc0_8_r16.lo maxloc0_16_r16.lo maxloc0_4_r17.lo maxloc0_8_r17.lo maxloc0_16_r17.lo maxloc1_4_i1.lo maxloc1_8_i1.lo maxloc1_16_i1.lo maxloc1_4_i2.lo maxloc1_8_i2.lo maxloc1_16_i2.lo maxloc1_4_i4.lo maxloc1_8_i4.lo maxloc1_16_i4.lo maxloc1_4_i8.lo maxloc1_8_i8.lo maxloc1_16_i8.lo maxloc1_4_i16.lo maxloc1_8_i16.lo maxloc1_16_i16.lo maxloc1_4_r4.lo maxloc1_8_r4.lo maxloc1_16_r4.lo maxloc1_4_r8.lo maxloc1_8_r8.lo maxloc1_16_r8.lo maxloc1_4_r10.lo maxloc1_8_r10.lo maxloc1_16_r10.lo maxloc1_4_r16.lo maxloc1_8_r16.lo maxloc1_16_r16.lo maxloc1_4_r17.lo maxloc1_8_r17.lo maxloc1_16_r17.lo maxval_i1.lo maxval_i2.lo maxval_i4.lo maxval_i8.lo maxval_i16.lo maxval_r4.lo maxval_r8.lo maxval_r10.lo maxval_r16.lo maxval_r17.lo minloc0_4_i1.lo minloc0_8_i1.lo minloc0_16_i1.lo minloc0_4_i2.lo minloc0_8_i2.lo minloc0_16_i2.lo minloc0_4_i4.lo minloc0_8_i4.lo minloc0_16_i4.lo minloc0_4_i8.lo minloc0_8_i8.lo minloc0_16_i8.lo minloc0_4_i16.lo minloc0_8_i16.lo minloc0_16_i16.lo minloc0_4_r4.lo minloc0_8_r4.lo minloc0_16_r4.lo minloc0_4_r8.lo minloc0_8_r8.lo minloc0_16_r8.lo minloc0_4_r10.lo minloc0_8_r10.lo minloc0_16_r10.lo minloc0_4_r16.lo minloc0_8_r16.lo minloc0_16_r16.lo minloc0_4_r17.lo minloc0_8_r17.lo minloc0_16_r17.lo minloc1_4_i1.lo minloc1_8_i1.lo minloc1_16_i1.lo minloc1_4_i2.lo minloc1_8_i2.lo minloc1_16_i2.lo minloc1_4_i4.lo minloc1_8_i4.lo minloc1_16_i4.lo minloc1_4_i8.lo minloc1_8_i8.lo minloc1_16_i8.lo minloc1_4_i16.lo minloc1_8_i16.lo minloc1_16_i16.lo minloc1_4_r4.lo minloc1_8_r4.lo minloc1_16_r4.lo minloc1_4_r8.lo minloc1_8_r8.lo minloc1_16_r8.lo minloc1_4_r10.lo minloc1_8_r10.lo minloc1_16_r10.lo minloc1_4_r16.lo minloc1_8_r16.lo minloc1_16_r16.lo minloc1_4_r17.lo minloc1_8_r17.lo minloc1_16_r17.lo minval_i1.lo minval_i2.lo minval_i4.lo minval_i8.lo minval_i16.lo minval_r4.lo minval_r8.lo minval_r10.lo minval_r16.lo minval_r17.lo product_i1.lo product_i2.lo product_i4.lo product_i8.lo product_i16.lo product_r4.lo product_r8.lo product_r10.lo product_r16.lo product_r17.lo product_c4.lo product_c8.lo product_c10.lo product_c16.lo product_c17.lo sum_i1.lo sum_i2.lo sum_i4.lo sum_i8.lo sum_i16.lo sum_r4.lo sum_r8.lo sum_r10.lo sum_r16.lo sum_r17.lo sum_c4.lo sum_c8.lo sum_c10.lo sum_c16.lo sum_c17.lo bessel_r4.lo bessel_r8.lo bessel_r10.lo bessel_r16.lo bessel_r17.lo iall_i1.lo iall_i2.lo iall_i4.lo iall_i8.lo iall_i16.lo iany_i1.lo iany_i2.lo iany_i4.lo iany_i8.lo iany_i16.lo iparity_i1.lo iparity_i2.lo iparity_i4.lo iparity_i8.lo iparity_i16.lo norm2_r4.lo norm2_r8.lo norm2_r10.lo norm2_r16.lo norm2_r17.lo parity_l1.lo parity_l2.lo parity_l4.lo parity_l8.lo parity_l16.lo matmul_i1.lo matmul_i2.lo matmul_i4.lo matmul_i8.lo matmul_i16.lo matmul_r4.lo matmul_r8.lo matmul_r10.lo matmul_r16.lo matmul_r17.lo matmul_c4.lo matmul_c8.lo matmul_c10.lo matmul_c16.lo matmul_c17.lo matmul_l4.lo matmul_l8.lo matmul_l16.lo shape_i1.lo shape_i2.lo shape_i4.lo shape_i8.lo shape_i16.lo eoshift1_4.lo eoshift1_8.lo eoshift1_16.lo eoshift3_4.lo eoshift3_8.lo eoshift3_16.lo cshift1_4.lo cshift1_8.lo cshift1_16.lo reshape_i4.lo reshape_i8.lo reshape_i16.lo reshape_r4.lo reshape_r8.lo reshape_r10.lo reshape_r16.lo reshape_r17.lo reshape_c4.lo reshape_c8.lo reshape_c10.lo reshape_c16.lo reshape_c17.lo in_pack_i1.lo in_pack_i2.lo in_pack_i4.lo in_pack_i8.lo in_pack_i16.lo in_pack_r4.lo in_pack_r8.lo in_pack_r10.lo in_pack_r16.lo in_pack_r17.lo in_pack_c4.lo in_pack_c8.lo in_pack_c10.lo in_pack_c16.lo in_pack_c17.lo in_unpack_i1.lo in_unpack_i2.lo in_unpack_i4.lo in_unpack_i8.lo in_unpack_i16.lo in_unpack_r4.lo in_unpack_r8.lo in_unpack_r10.lo in_unpack_r16.lo in_unpack_r17.lo in_unpack_c4.lo in_unpack_c8.lo in_unpack_c10.lo in_unpack_c16.lo in_unpack_c17.lo pow_i4_i4.lo pow_i8_i4.lo pow_i16_i4.lo pow_r16_i4.lo pow_r17_i4.lo pow_c4_i4.lo pow_c8_i4.lo pow_c10_i4.lo pow_c16_i4.lo pow_c17_i4.lo pow_i4_i8.lo pow_i8_i8.lo pow_i16_i8.lo pow_r4_i8.lo pow_r8_i8.lo pow_r10_i8.lo pow_r16_i8.lo pow_r17_i8.lo pow_c4_i8.lo pow_c8_i8.lo pow_c10_i8.lo pow_c16_i8.lo pow_c17_i8.lo pow_i4_i16.lo pow_i8_i16.lo pow_i16_i16.lo pow_r4_i16.lo pow_r8_i16.lo pow_r10_i16.lo pow_r16_i16.lo pow_r17_i16.lo pow_c4_i16.lo pow_c8_i16.lo pow_c10_i16.lo pow_c16_i16.lo pow_c17_i16.lo pack_i1.lo pack_i2.lo pack_i4.lo pack_i8.lo pack_i16.lo pack_r4.lo pack_r8.lo pack_r10.lo pack_r16.lo pack_r17.lo pack_c4.lo pack_c8.lo pack_c10.lo pack_c16.lo pack_c17.lo unpack_i1.lo unpack_i2.lo unpack_i4.lo unpack_i8.lo unpack_i16.lo unpack_r4.lo unpack_r8.lo unpack_r10.lo unpack_r16.lo unpack_r17.lo unpack_c4.lo unpack_c8.lo unpack_c10.lo unpack_c16.lo unpack_c17.lo matmulavx128_i1.lo matmulavx128_i2.lo matmulavx128_i4.lo matmulavx128_i8.lo matmulavx128_i16.lo matmulavx128_r4.lo matmulavx128_r8.lo matmulavx128_r10.lo matmulavx128_r16.lo matmulavx128_r17.lo matmulavx128_c4.lo matmulavx128_c8.lo matmulavx128_c10.lo matmulavx128_c16.lo matmulavx128_c17.lo spread_i1.lo spread_i2.lo spread_i4.lo spread_i8.lo spread_i16.lo spread_r4.lo spread_r8.lo spread_r10.lo spread_r16.lo spread_r17.lo spread_c4.lo spread_c8.lo spread_c10.lo spread_c16.lo spread_c17.lo cshift0_i1.lo cshift0_i2.lo cshift0_i4.lo cshift0_i8.lo cshift0_i16.lo cshift0_r4.lo cshift0_r8.lo cshift0_r10.lo cshift0_r16.lo cshift0_r17.lo cshift0_c4.lo cshift0_c8.lo cshift0_c10.lo cshift0_c16.lo cshift0_c17.lo cshift1_4_i1.lo cshift1_4_i2.lo cshift1_4_i4.lo cshift1_4_i8.lo cshift1_4_i16.lo cshift1_4_r4.lo cshift1_4_r8.lo cshift1_4_r10.lo cshift1_4_r16.lo cshift1_4_r17.lo cshift1_4_c4.lo cshift1_4_c8.lo cshift1_4_c10.lo cshift1_4_c16.lo cshift1_4_c17.lo cshift1_8_i1.lo cshift1_8_i2.lo cshift1_8_i4.lo cshift1_8_i8.lo cshift1_8_i16.lo cshift1_8_r4.lo cshift1_8_r8.lo cshift1_8_r10.lo cshift1_8_r16.lo cshift1_8_r17.lo cshift1_8_c4.lo cshift1_8_c8.lo cshift1_8_c10.lo cshift1_8_c16.lo cshift1_8_c17.lo cshift1_16_i1.lo cshift1_16_i2.lo cshift1_16_i4.lo cshift1_16_i8.lo cshift1_16_i16.lo cshift1_16_r4.lo cshift1_16_r8.lo cshift1_16_r10.lo cshift1_16_r16.lo cshift1_16_r17.lo cshift1_16_c4.lo cshift1_16_c8.lo cshift1_16_c10.lo cshift1_16_c16.lo cshift1_16_c17.lo maxloc0_4_s1.lo maxloc0_4_s4.lo maxloc0_8_s1.lo maxloc0_8_s4.lo maxloc0_16_s1.lo maxloc0_16_s4.lo minloc0_4_s1.lo minloc0_4_s4.lo minloc0_8_s1.lo minloc0_8_s4.lo minloc0_16_s1.lo minloc0_16_s4.lo maxloc1_4_s1.lo maxloc1_4_s4.lo maxloc1_8_s1.lo maxloc1_8_s4.lo maxloc1_16_s1.lo maxloc1_16_s4.lo minloc1_4_s1.lo minloc1_4_s4.lo minloc1_8_s1.lo minloc1_8_s4.lo minloc1_16_s1.lo minloc1_16_s4.lo maxloc2_4_s1.lo maxloc2_4_s4.lo maxloc2_8_s1.lo maxloc2_8_s4.lo maxloc2_16_s1.lo maxloc2_16_s4.lo minloc2_4_s1.lo minloc2_4_s4.lo minloc2_8_s1.lo minloc2_8_s4.lo minloc2_16_s1.lo minloc2_16_s4.lo maxval0_s1.lo maxval0_s4.lo minval0_s1.lo minval0_s4.lo maxval1_s1.lo maxval1_s4.lo minval1_s1.lo minval1_s4.lo findloc0_i1.lo findloc0_i2.lo findloc0_i4.lo findloc0_i8.lo findloc0_i16.lo findloc0_r4.lo findloc0_r8.lo findloc0_r10.lo findloc0_r16.lo findloc0_r17.lo findloc0_c4.lo findloc0_c8.lo findloc0_c10.lo findloc0_c16.lo findloc0_c17.lo findloc0_s1.lo findloc0_s4.lo findloc1_i1.lo findloc1_i2.lo findloc1_i4.lo findloc1_i8.lo findloc1_i16.lo findloc1_r4.lo findloc1_r8.lo findloc1_r10.lo findloc1_r16.lo findloc1_r17.lo findloc1_c4.lo findloc1_c8.lo findloc1_c10.lo findloc1_c16.lo findloc1_c17.lo findloc1_s1.lo findloc1_s4.lo findloc2_s1.lo findloc2_s4.lo ISO_Fortran_binding.lo size_from_kind.lo close.lo file_pos.lo format.lo inquire.lo intrinsics.lo list_read.lo lock.lo open.lo read.lo transfer.lo transfer128.lo unit.lo unix.lo write.lo fbuf.lo async.lo associated.lo abort.lo args.lo cshift0.lo eoshift0.lo eoshift2.lo erfc_scaled.lo extends_type_of.lo fnum.lo ierrno.lo ishftc.lo is_contiguous.lo mvbits.lo move_alloc.lo pack_generic.lo selected_char_kind.lo size.lo spread_generic.lo string_intrinsics.lo rand.lo random.lo reshape_generic.lo reshape_packed.lo selected_int_kind.lo selected_real_kind.lo trigd.lo unpack_generic.lo in_pack_generic.lo in_unpack_generic.lo access.lo c99_functions.lo chdir.lo chmod.lo clock.lo cpu_time.lo ctime.lo date_and_time.lo dtime.lo env.lo etime.lo execute_command_line.lo exit.lo gerror.lo getcwd.lo getlog.lo getXid.lo hostnm.lo kill.lo link.lo perror.lo signal.lo sleep.lo system.lo rename.lo stat.lo symlnk.lo system_clock.lo time.lo umask.lo unlink.lo ieee_helper.lo ieee_arithmetic.lo ieee_exceptions.lo ieee_features.lo  _abs_c4.lo _abs_c8.lo _abs_c10.lo _abs_c16.lo _abs_c17.lo _abs_i4.lo _abs_i8.lo _abs_i16.lo _abs_r4.lo _abs_r8.lo _abs_r10.lo _abs_r16.lo _abs_r17.lo _aimag_c4.lo _aimag_c8.lo _aimag_c10.lo _aimag_c16.lo _aimag_c17.lo _exp_r4.lo _exp_r8.lo _exp_r10.lo _exp_r16.lo _exp_r17.lo _exp_c4.lo _exp_c8.lo _exp_c10.lo _exp_c16.lo _exp_c17.lo _log_r4.lo _log_r8.lo _log_r10.lo _log_r16.lo _log_r17.lo _log_c4.lo _log_c8.lo _log_c10.lo _log_c16.lo _log_c17.lo _log10_r4.lo _log10_r8.lo _log10_r10.lo _log10_r16.lo _log10_r17.lo _sqrt_r4.lo _sqrt_r8.lo _sqrt_r10.lo _sqrt_r16.lo _sqrt_r17.lo _sqrt_c4.lo _sqrt_c8.lo _sqrt_c10.lo _sqrt_c16.lo _sqrt_c17.lo _asin_r4.lo _asin_r8.lo _asin_r10.lo _asin_r16.lo _asin_r17.lo _asinh_r4.lo _asinh_r8.lo _asinh_r10.lo _asinh_r16.lo _asinh_r17.lo _acos_r4.lo _acos_r8.lo _acos_r10.lo _acos_r16.lo _acos_r17.lo _acosh_r4.lo _acosh_r8.lo _acosh_r10.lo _acosh_r16.lo _acosh_r17.lo _atan_r4.lo _atan_r8.lo _atan_r10.lo _atan_r16.lo _atan_r17.lo _atanh_r4.lo _atanh_r8.lo _atanh_r10.lo _atanh_r16.lo _atanh_r17.lo _sin_r4.lo _sin_r8.lo _sin_r10.lo _sin_r16.lo _sin_r17.lo _sin_c4.lo _sin_c8.lo _sin_c10.lo _sin_c16.lo _sin_c17.lo _cos_r4.lo _cos_r8.lo _cos_r10.lo _cos_r16.lo _cos_r17.lo _cos_c4.lo _cos_c8.lo _cos_c10.lo _cos_c16.lo _cos_c17.lo _tan_r4.lo _tan_r8.lo _tan_r10.lo _tan_r16.lo _tan_r17.lo _sinh_r4.lo _sinh_r8.lo _sinh_r10.lo _sinh_r16.lo _sinh_r17.lo _cosh_r4.lo _cosh_r8.lo _cosh_r10.lo _cosh_r16.lo _cosh_r17.lo _tanh_r4.lo _tanh_r8.lo _tanh_r10.lo _tanh_r16.lo _tanh_r17.lo _conjg_c4.lo _conjg_c8.lo _conjg_c10.lo _conjg_c16.lo _conjg_c17.lo _aint_r4.lo _aint_r8.lo _aint_r10.lo _aint_r16.lo _aint_r17.lo _anint_r4.lo _anint_r8.lo _anint_r10.lo _anint_r16.lo _anint_r17.lo _sign_i4.lo _sign_i8.lo _sign_i16.lo _sign_r4.lo _sign_r8.lo _sign_r10.lo _sign_r16.lo _sign_r17.lo _dim_i4.lo _dim_i8.lo _dim_i16.lo _dim_r4.lo _dim_r8.lo _dim_r10.lo _dim_r16.lo _dim_r17.lo _atan2_r4.lo _atan2_r8.lo _atan2_r10.lo _atan2_r16.lo _atan2_r17.lo _mod_i4.lo _mod_i8.lo _mod_i16.lo _mod_r4.lo _mod_r8.lo _mod_r10.lo _mod_r16.lo _mod_r17.lo misc_specifics.lo dprod_r8.lo f2c_specifics.lo random_init.lo  -lm 
:
libtool: link: (cd .libs/libhwasan.lax/libsanitizer_libbacktrace.a && ar x "/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan/../libbacktrace/.libs/libsanitizer_libbacktrace.a")
libtool: link: ar rc .libs/libhwasan.a hwasan_allocation_functions.o hwasan_allocator.o hwasan.o hwasan_dynamic_shadow.o hwasan_exceptions.o hwasan_fuchsia.o hwasan_globals.o hwasan_interceptors.o hwasan_interceptors_vfork.o hwasan_linux.o hwasan_memintrinsics.o hwasan_new_delete.o hwasan_poisoning.o hwasan_report.o hwasan_setjmp_aarch64.o hwasan_setjmp_x86_64.o hwasan_tag_mismatch_aarch64.o hwasan_thread.o hwasan_thread_list.o hwasan_type_test.o .libs/libhwasan.lax/libsanitizer_common.a/sancov_flags.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_allocator.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_allocator_checks.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_allocator_report.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_common.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_common_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_coverage_libcdep_new.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_deadlock_detector1.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_deadlock_detector2.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_errno.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_file.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_flag_parser.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_flags.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_libc.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_libignore.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_linux.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_linux_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_linux_s390.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_mac.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_mac_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_mutex.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_netbsd.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_platform_limits_freebsd.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_platform_limits_linux.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_platform_limits_openbsd.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_platform_limits_posix.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_platform_limits_solaris.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_posix.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_posix_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_printf.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_procmaps_bsd.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_procmaps_common.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_procmaps_linux.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_procmaps_mac.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_procmaps_solaris.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_solaris.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stack_store.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stackdepot.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stacktrace.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stacktrace_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stacktrace_printer.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stacktrace_sparc.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stoptheworld_linux_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_stoptheworld_mac.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_suppressions.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer_libbacktrace.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer_mac.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer_posix_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer_report.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_symbolizer_win.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_termination.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_thread_registry.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_tls_get_addr.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_unwind_linux_libcdep.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_unwind_win.o .libs/libhwasan.lax/libsanitizer_common.a/sanitizer_win.o .libs/libhwasan.lax/libinterception.a/interception_linux.o .libs/libhwasan.lax/libinterception.a/interception_mac.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/libgfortran.la.lnkscript -Wl,--whole-archive ../libbacktrace/.libs/libbacktrace.a -Wl,--no-whole-archive  -lm  -mshstk -Wl,--version-script=gfortran.ver -shared-libgcc   -Wl,-soname -Wl,libgfortran.so.5 -o .libs/libgfortran.so.5.0.0
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libinterception.a/interception_type_test.o .libs/libhwasan.lax/libinterception.a/interception_win.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/atomic.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/bridge.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/cp-demangle.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/dwarf.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/elf.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/fileline.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/mmap.o
libtool: link: : .libs/libhwasan.a
libtool: link: ar rc .libs/libhwasan.a .libs/libhwasan.lax/libsanitizer_libbacktrace.a/mmapio.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/posix.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/sort.o .libs/libhwasan.lax/libsanitizer_libbacktrace.a/state.o
libtool: link: ranlib .libs/libhwasan.a
libtool: link: rm -fr .libs/libhwasan.lax
libtool: link: ( cd ".libs" && rm -f "libhwasan.la" && ln -s "../libhwasan.la" "libhwasan.la" )
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
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" "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
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
libtool: link: rm -f  .libs/libgfortran.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libgfortran.so.5" && ln -s "libgfortran.so.5.0.0" "libgfortran.so.5")
libtool: link: (cd ".libs" && rm -f "libgfortran.so" && ln -s "libgfortran.so.5.0.0" "libgfortran.so")
libtool: link: (cd .libs/libgfortran.lax/libbacktrace.a && ar x "/bb.build/x86_64-pc-linux-gnu/libgfortran/../libbacktrace/.libs/libbacktrace.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libgfortran.lax/libbacktrace.a/backtrace.o .libs/libgfortran.lax/lt1-backtrace.o || cp .libs/libgfortran.lax/libbacktrace.a/backtrace.o .libs/libgfortran.lax/lt1-backtrace.o
libtool: link: ar rc .libs/libgfortran.a bounds.o compile_options.o memory.o string.o select.o backtrace.o convert_char.o environ.o error.o fpu.o main.o pause.o stop.o all_l1.o all_l2.o all_l4.o all_l8.o all_l16.o any_l1.o any_l2.o any_l4.o any_l8.o any_l16.o count_1_l.o count_2_l.o count_4_l.o count_8_l.o count_16_l.o maxloc0_4_i1.o maxloc0_8_i1.o maxloc0_16_i1.o maxloc0_4_i2.o maxloc0_8_i2.o maxloc0_16_i2.o maxloc0_4_i4.o maxloc0_8_i4.o maxloc0_16_i4.o maxloc0_4_i8.o maxloc0_8_i8.o maxloc0_16_i8.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a maxloc0_4_i16.o maxloc0_8_i16.o maxloc0_16_i16.o maxloc0_4_r4.o maxloc0_8_r4.o maxloc0_16_r4.o maxloc0_4_r8.o maxloc0_8_r8.o maxloc0_16_r8.o maxloc0_4_r10.o maxloc0_8_r10.o maxloc0_16_r10.o maxloc0_4_r16.o maxloc0_8_r16.o maxloc0_16_r16.o maxloc0_4_r17.o maxloc0_8_r17.o maxloc0_16_r17.o maxloc1_4_i1.o maxloc1_8_i1.o maxloc1_16_i1.o maxloc1_4_i2.o maxloc1_8_i2.o maxloc1_16_i2.o maxloc1_4_i4.o maxloc1_8_i4.o maxloc1_16_i4.o maxloc1_4_i8.o maxloc1_8_i8.o maxloc1_16_i8.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a maxloc1_4_i16.o maxloc1_8_i16.o maxloc1_16_i16.o maxloc1_4_r4.o maxloc1_8_r4.o maxloc1_16_r4.o maxloc1_4_r8.o maxloc1_8_r8.o maxloc1_16_r8.o maxloc1_4_r10.o maxloc1_8_r10.o maxloc1_16_r10.o maxloc1_4_r16.o maxloc1_8_r16.o maxloc1_16_r16.o maxloc1_4_r17.o maxloc1_8_r17.o maxloc1_16_r17.o maxval_i1.o maxval_i2.o maxval_i4.o maxval_i8.o maxval_i16.o maxval_r4.o maxval_r8.o maxval_r10.o maxval_r16.o maxval_r17.o minloc0_4_i1.o minloc0_8_i1.o minloc0_16_i1.o minloc0_4_i2.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a minloc0_8_i2.o minloc0_16_i2.o minloc0_4_i4.o minloc0_8_i4.o minloc0_16_i4.o minloc0_4_i8.o minloc0_8_i8.o minloc0_16_i8.o minloc0_4_i16.o minloc0_8_i16.o minloc0_16_i16.o minloc0_4_r4.o minloc0_8_r4.o minloc0_16_r4.o minloc0_4_r8.o minloc0_8_r8.o minloc0_16_r8.o minloc0_4_r10.o minloc0_8_r10.o minloc0_16_r10.o minloc0_4_r16.o minloc0_8_r16.o minloc0_16_r16.o minloc0_4_r17.o minloc0_8_r17.o minloc0_16_r17.o minloc1_4_i1.o minloc1_8_i1.o minloc1_16_i1.o minloc1_4_i2.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a minloc1_8_i2.o minloc1_16_i2.o minloc1_4_i4.o minloc1_8_i4.o minloc1_16_i4.o minloc1_4_i8.o minloc1_8_i8.o minloc1_16_i8.o minloc1_4_i16.o minloc1_8_i16.o minloc1_16_i16.o minloc1_4_r4.o minloc1_8_r4.o minloc1_16_r4.o minloc1_4_r8.o minloc1_8_r8.o minloc1_16_r8.o minloc1_4_r10.o minloc1_8_r10.o minloc1_16_r10.o minloc1_4_r16.o minloc1_8_r16.o minloc1_16_r16.o minloc1_4_r17.o minloc1_8_r17.o minloc1_16_r17.o minval_i1.o minval_i2.o minval_i4.o minval_i8.o minval_i16.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a minval_r4.o minval_r8.o minval_r10.o minval_r16.o minval_r17.o product_i1.o product_i2.o product_i4.o product_i8.o product_i16.o product_r4.o product_r8.o product_r10.o product_r16.o product_r17.o product_c4.o product_c8.o product_c10.o product_c16.o product_c17.o sum_i1.o sum_i2.o sum_i4.o sum_i8.o sum_i16.o sum_r4.o sum_r8.o sum_r10.o sum_r16.o sum_r17.o sum_c4.o sum_c8.o sum_c10.o sum_c16.o sum_c17.o bessel_r4.o bessel_r8.o bessel_r10.o bessel_r16.o bessel_r17.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a iall_i1.o iall_i2.o iall_i4.o iall_i8.o iall_i16.o iany_i1.o iany_i2.o iany_i4.o iany_i8.o iany_i16.o iparity_i1.o iparity_i2.o iparity_i4.o iparity_i8.o iparity_i16.o norm2_r4.o norm2_r8.o norm2_r10.o norm2_r16.o norm2_r17.o parity_l1.o parity_l2.o parity_l4.o parity_l8.o parity_l16.o matmul_i1.o matmul_i2.o matmul_i4.o matmul_i8.o matmul_i16.o matmul_r4.o matmul_r8.o matmul_r10.o matmul_r16.o matmul_r17.o matmul_c4.o matmul_c8.o matmul_c10.o matmul_c16.o matmul_c17.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a matmul_l4.o matmul_l8.o matmul_l16.o shape_i1.o shape_i2.o shape_i4.o shape_i8.o shape_i16.o eoshift1_4.o eoshift1_8.o eoshift1_16.o eoshift3_4.o eoshift3_8.o eoshift3_16.o cshift1_4.o cshift1_8.o cshift1_16.o reshape_i4.o reshape_i8.o reshape_i16.o reshape_r4.o reshape_r8.o reshape_r10.o reshape_r16.o reshape_r17.o reshape_c4.o reshape_c8.o reshape_c10.o reshape_c16.o reshape_c17.o in_pack_i1.o in_pack_i2.o in_pack_i4.o in_pack_i8.o in_pack_i16.o in_pack_r4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a in_pack_r8.o in_pack_r10.o in_pack_r16.o in_pack_r17.o in_pack_c4.o in_pack_c8.o in_pack_c10.o in_pack_c16.o in_pack_c17.o in_unpack_i1.o in_unpack_i2.o in_unpack_i4.o in_unpack_i8.o in_unpack_i16.o in_unpack_r4.o in_unpack_r8.o in_unpack_r10.o in_unpack_r16.o in_unpack_r17.o in_unpack_c4.o in_unpack_c8.o in_unpack_c10.o in_unpack_c16.o in_unpack_c17.o pow_i4_i4.o pow_i8_i4.o pow_i16_i4.o pow_r16_i4.o pow_r17_i4.o pow_c4_i4.o pow_c8_i4.o pow_c10_i4.o pow_c16_i4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a pow_c17_i4.o pow_i4_i8.o pow_i8_i8.o pow_i16_i8.o pow_r4_i8.o pow_r8_i8.o pow_r10_i8.o pow_r16_i8.o pow_r17_i8.o pow_c4_i8.o pow_c8_i8.o pow_c10_i8.o pow_c16_i8.o pow_c17_i8.o pow_i4_i16.o pow_i8_i16.o pow_i16_i16.o pow_r4_i16.o pow_r8_i16.o pow_r10_i16.o pow_r16_i16.o pow_r17_i16.o pow_c4_i16.o pow_c8_i16.o pow_c10_i16.o pow_c16_i16.o pow_c17_i16.o pack_i1.o pack_i2.o pack_i4.o pack_i8.o pack_i16.o pack_r4.o pack_r8.o pack_r10.o pack_r16.o pack_r17.o pack_c4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a pack_c8.o pack_c10.o pack_c16.o pack_c17.o unpack_i1.o unpack_i2.o unpack_i4.o unpack_i8.o unpack_i16.o unpack_r4.o unpack_r8.o unpack_r10.o unpack_r16.o unpack_r17.o unpack_c4.o unpack_c8.o unpack_c10.o unpack_c16.o unpack_c17.o matmulavx128_i1.o matmulavx128_i2.o matmulavx128_i4.o matmulavx128_i8.o matmulavx128_i16.o matmulavx128_r4.o matmulavx128_r8.o matmulavx128_r10.o matmulavx128_r16.o matmulavx128_r17.o matmulavx128_c4.o matmulavx128_c8.o matmulavx128_c10.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a matmulavx128_c16.o matmulavx128_c17.o spread_i1.o spread_i2.o spread_i4.o spread_i8.o spread_i16.o spread_r4.o spread_r8.o spread_r10.o spread_r16.o spread_r17.o spread_c4.o spread_c8.o spread_c10.o spread_c16.o spread_c17.o cshift0_i1.o cshift0_i2.o cshift0_i4.o cshift0_i8.o cshift0_i16.o cshift0_r4.o cshift0_r8.o cshift0_r10.o cshift0_r16.o cshift0_r17.o cshift0_c4.o cshift0_c8.o cshift0_c10.o cshift0_c16.o cshift0_c17.o cshift1_4_i1.o cshift1_4_i2.o cshift1_4_i4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a cshift1_4_i8.o cshift1_4_i16.o cshift1_4_r4.o cshift1_4_r8.o cshift1_4_r10.o cshift1_4_r16.o cshift1_4_r17.o cshift1_4_c4.o cshift1_4_c8.o cshift1_4_c10.o cshift1_4_c16.o cshift1_4_c17.o cshift1_8_i1.o cshift1_8_i2.o cshift1_8_i4.o cshift1_8_i8.o cshift1_8_i16.o cshift1_8_r4.o cshift1_8_r8.o cshift1_8_r10.o cshift1_8_r16.o cshift1_8_r17.o cshift1_8_c4.o cshift1_8_c8.o cshift1_8_c10.o cshift1_8_c16.o cshift1_8_c17.o cshift1_16_i1.o cshift1_16_i2.o cshift1_16_i4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a cshift1_16_i8.o cshift1_16_i16.o cshift1_16_r4.o cshift1_16_r8.o cshift1_16_r10.o cshift1_16_r16.o cshift1_16_r17.o cshift1_16_c4.o cshift1_16_c8.o cshift1_16_c10.o cshift1_16_c16.o cshift1_16_c17.o maxloc0_4_s1.o maxloc0_4_s4.o maxloc0_8_s1.o maxloc0_8_s4.o maxloc0_16_s1.o maxloc0_16_s4.o minloc0_4_s1.o minloc0_4_s4.o minloc0_8_s1.o minloc0_8_s4.o minloc0_16_s1.o minloc0_16_s4.o maxloc1_4_s1.o maxloc1_4_s4.o maxloc1_8_s1.o maxloc1_8_s4.o maxloc1_16_s1.o maxloc1_16_s4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a minloc1_4_s1.o minloc1_4_s4.o minloc1_8_s1.o minloc1_8_s4.o minloc1_16_s1.o minloc1_16_s4.o maxloc2_4_s1.o maxloc2_4_s4.o maxloc2_8_s1.o maxloc2_8_s4.o maxloc2_16_s1.o maxloc2_16_s4.o minloc2_4_s1.o minloc2_4_s4.o minloc2_8_s1.o minloc2_8_s4.o minloc2_16_s1.o minloc2_16_s4.o maxval0_s1.o maxval0_s4.o minval0_s1.o minval0_s4.o maxval1_s1.o maxval1_s4.o minval1_s1.o minval1_s4.o findloc0_i1.o findloc0_i2.o findloc0_i4.o findloc0_i8.o findloc0_i16.o findloc0_r4.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a findloc0_r8.o findloc0_r10.o findloc0_r16.o findloc0_r17.o findloc0_c4.o findloc0_c8.o findloc0_c10.o findloc0_c16.o findloc0_c17.o findloc0_s1.o findloc0_s4.o findloc1_i1.o findloc1_i2.o findloc1_i4.o findloc1_i8.o findloc1_i16.o findloc1_r4.o findloc1_r8.o findloc1_r10.o findloc1_r16.o findloc1_r17.o findloc1_c4.o findloc1_c8.o findloc1_c10.o findloc1_c16.o findloc1_c17.o findloc1_s1.o findloc1_s4.o findloc2_s1.o findloc2_s4.o ISO_Fortran_binding.o size_from_kind.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a close.o file_pos.o format.o inquire.o intrinsics.o list_read.o lock.o open.o read.o transfer.o transfer128.o unit.o unix.o write.o fbuf.o async.o associated.o abort.o args.o cshift0.o eoshift0.o eoshift2.o erfc_scaled.o extends_type_of.o fnum.o ierrno.o ishftc.o is_contiguous.o mvbits.o move_alloc.o pack_generic.o selected_char_kind.o size.o spread_generic.o string_intrinsics.o rand.o random.o reshape_generic.o reshape_packed.o selected_int_kind.o selected_real_kind.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a trigd.o unpack_generic.o in_pack_generic.o in_unpack_generic.o access.o c99_functions.o chdir.o chmod.o clock.o cpu_time.o ctime.o date_and_time.o dtime.o env.o etime.o execute_command_line.o exit.o gerror.o getcwd.o getlog.o getXid.o hostnm.o kill.o link.o perror.o signal.o sleep.o system.o rename.o stat.o symlnk.o system_clock.o time.o umask.o unlink.o ieee_helper.o ieee_arithmetic.o ieee_exceptions.o ieee_features.o _abs_c4.o _abs_c8.o _abs_c10.o _abs_c16.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a _abs_c17.o _abs_i4.o _abs_i8.o _abs_i16.o _abs_r4.o _abs_r8.o _abs_r10.o _abs_r16.o _abs_r17.o _aimag_c4.o _aimag_c8.o _aimag_c10.o _aimag_c16.o _aimag_c17.o _exp_r4.o _exp_r8.o _exp_r10.o _exp_r16.o _exp_r17.o _exp_c4.o _exp_c8.o _exp_c10.o _exp_c16.o _exp_c17.o _log_r4.o _log_r8.o _log_r10.o _log_r16.o _log_r17.o _log_c4.o _log_c8.o _log_c10.o _log_c16.o _log_c17.o _log10_r4.o _log10_r8.o _log10_r10.o _log10_r16.o _log10_r17.o _sqrt_r4.o _sqrt_r8.o _sqrt_r10.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a _sqrt_r16.o _sqrt_r17.o _sqrt_c4.o _sqrt_c8.o _sqrt_c10.o _sqrt_c16.o _sqrt_c17.o _asin_r4.o _asin_r8.o _asin_r10.o _asin_r16.o _asin_r17.o _asinh_r4.o _asinh_r8.o _asinh_r10.o _asinh_r16.o _asinh_r17.o _acos_r4.o _acos_r8.o _acos_r10.o _acos_r16.o _acos_r17.o _acosh_r4.o _acosh_r8.o _acosh_r10.o _acosh_r16.o _acosh_r17.o _atan_r4.o _atan_r8.o _atan_r10.o _atan_r16.o _atan_r17.o _atanh_r4.o _atanh_r8.o _atanh_r10.o _atanh_r16.o _atanh_r17.o _sin_r4.o _sin_r8.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a _sin_r10.o _sin_r16.o _sin_r17.o _sin_c4.o _sin_c8.o _sin_c10.o _sin_c16.o _sin_c17.o _cos_r4.o _cos_r8.o _cos_r10.o _cos_r16.o _cos_r17.o _cos_c4.o _cos_c8.o _cos_c10.o _cos_c16.o _cos_c17.o _tan_r4.o _tan_r8.o _tan_r10.o _tan_r16.o _tan_r17.o _sinh_r4.o _sinh_r8.o _sinh_r10.o _sinh_r16.o _sinh_r17.o _cosh_r4.o _cosh_r8.o _cosh_r10.o _cosh_r16.o _cosh_r17.o _tanh_r4.o _tanh_r8.o _tanh_r10.o _tanh_r16.o _tanh_r17.o _conjg_c4.o _conjg_c8.o _conjg_c10.o _conjg_c16.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a _conjg_c17.o _aint_r4.o _aint_r8.o _aint_r10.o _aint_r16.o _aint_r17.o _anint_r4.o _anint_r8.o _anint_r10.o _anint_r16.o _anint_r17.o _sign_i4.o _sign_i8.o _sign_i16.o _sign_r4.o _sign_r8.o _sign_r10.o _sign_r16.o _sign_r17.o _dim_i4.o _dim_i8.o _dim_i16.o _dim_r4.o _dim_r8.o _dim_r10.o _dim_r16.o _dim_r17.o _atan2_r4.o _atan2_r8.o _atan2_r10.o _atan2_r16.o _atan2_r17.o _mod_i4.o _mod_i8.o _mod_i16.o _mod_r4.o _mod_r8.o _mod_r10.o _mod_r16.o _mod_r17.o misc_specifics.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a dprod_r8.o f2c_specifics.o random_init.o .libs/libgfortran.lax/libbacktrace.a/atomic.o .libs/libgfortran.lax/lt1-backtrace.o .libs/libgfortran.lax/libbacktrace.a/dwarf.o .libs/libgfortran.lax/libbacktrace.a/elf.o .libs/libgfortran.lax/libbacktrace.a/fileline.o .libs/libgfortran.lax/libbacktrace.a/mmap.o .libs/libgfortran.lax/libbacktrace.a/mmapio.o .libs/libgfortran.lax/libbacktrace.a/posix.o .libs/libgfortran.lax/libbacktrace.a/print.o .libs/libgfortran.lax/libbacktrace.a/simple.o
libtool: link: : .libs/libgfortran.a
libtool: link: ar rc .libs/libgfortran.a .libs/libgfortran.lax/libbacktrace.a/sort.o .libs/libgfortran.lax/libbacktrace.a/state.o
libtool: link: ranlib .libs/libgfortran.a
libtool: link: rm -fr .libs/libgfortran.lax .libs/libgfortran.lax
libtool: link: ( cd ".libs" && rm -f "libgfortran.la" && ln -s "../libgfortran.la" "libgfortran.la" )
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.download/source/gcc-13.2.0/zlib/configure: line 6209: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libbacktrace/configure: line 7291: /usr/bin/file: No such file or directory
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/lto-plugin/configure: line 7884: /usr/bin/file: No such file or directory
egrep: warning: egrep is obsolescent; using grep -E
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
egrep: warning: egrep is obsolescent; using grep -E
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
egrep: warning: egrep is obsolescent; using grep -E
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/charset.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/directives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/errors.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/pch.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/files.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
libtool: install: warning: remember to run `libtool --finish /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0'
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/lex.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/expr.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/line-map.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/symtab.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/macro.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/traditional.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/init.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/server.c:49:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixfixes.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixtests.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/procopen.c:49:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixincl.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/charset.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/directives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixopts.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/expr.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/errors.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/files.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/lex.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/line-map.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/pch.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/macro.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/traditional.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/symtab.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/init.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
configure: WARNING: fixed-point is not supported for this target, ignored
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/gcc/configure: line 15576: /usr/bin/file: No such file or directory
Links are now set up to build a native compiler for x86_64-pc-linux-gnu.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sort.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genchecksum.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genhooks.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/errors.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmodes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengenrtl.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:536:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:127: warning: "UINT8_MAX" redefined
  127 | # define UINT8_MAX              (255)
      | 
gengtype-lex.cc:77: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:128: warning: "UINT16_MAX" redefined
  128 | # define UINT16_MAX             (65535)
      | 
gengtype-lex.cc:80: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
gengtype-lex.cc:87: note: this is the location of the previous definition
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genversion.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)':
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:135:1: note: here
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
sh: line 1: locale: command not found
sh: line 1: locale: command not found
sh: line 1: locale: command not found
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
install.texi:260: warning: @anchor should not appear on @item line
install.texi:289: warning: @anchor should not appear on @item line
install.texi:313: warning: @anchor should not appear on @item line
install.texi:1086: warning: @anchor should not appear on @item line
install.texi:1107: warning: @anchor should not appear on @item line
install.texi:1142: warning: @anchor should not appear on @item line
install.texi:1793: warning: @anchor should not appear on @item line
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-md.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconstants.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from min-insn-modes.cc:5:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/inchash.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genenums.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmddeps.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genopinit.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencfn-macros.cc:66:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genoutput.cc:87:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattrtab.cc:106:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genextract.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genpeep.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genautomata.cc:108:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genemit.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genrecog.cc:109:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genpreds.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gensupport.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-table.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genflags.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconditions.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattr-common.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencodes.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconfig.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gentarget-def.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmatch.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from build/gencondmd.cc:7:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
GIMPLE decision tree has 5193 leafs, maximum depth 28 and a total number of 22724 nodes
removed 3797 duplicate tails
GENERIC decision tree has 4140 leafs, maximum depth 18 and a total number of 18482 nodes
removed 2831 duplicate tails
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-errors.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/stub-objc.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-typeck.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-objc-common.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-convert.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-aux-info.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-parser.cc:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/attribs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-decl.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-fold.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/gimple-parser.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Statistics for recog:
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
  Number of decisions:  70358
  longest path:           335 (code:   7171)
  longest backtrack:       34 (code:   6051)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
Statistics for split_insns:
  Number of decisions:  20763
  longest path:           169 (code:   1200)
  longest backtrack:       23 (code:    818)
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Statistics for peephole2_insns:
  Number of decisions:   3246
  longest path:          1020 (code:     76)
  longest backtrack:       61 (code:    312)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-cppbuiltin.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-format.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-gimplify.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-indentation.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-lex.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-omp.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-opts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ppoutput.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Shared 71735 out of 126367 states by creating 12794 new states, saving 58941
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-semantics.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ada-spec.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/known-headers.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-attribs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-spellcheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-warn.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-c.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/glibc-c.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-match-head.cc:21,
                 from gimple-match.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/generic-match-head.cc:21,
                 from generic-match.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-extract.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-modes.cc:5:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-opinit.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-preds.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-enums.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-page.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/adjust-alignment.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/alloc-pool.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/alias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/auto-inc-dec.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/auto-profile.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/bb-reorder.cc:94:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/bitmap.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/builtins.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/caller-save.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/calls.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ccmp.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfg.cc:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfganal.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgbuild.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgexpand.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfghooks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloopanal.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ctfc.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgrtl.cc:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ctfout.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/btfout.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab-clones.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraph.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphbuild.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphunit.cc:161:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphclones.cc:68:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/combine.cc:64:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/combine-stack-adj.cc:42:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/compare-elim.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/context.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/convert.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/coroutine-passes.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/coverage.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cppdefault.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cse.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cselib.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer-in.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer-out.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dbgcnt.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dce.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ddg.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/debug.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-core.cc:378:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-problems.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-scan.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dfp.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/digraph.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dojump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dominance.cc:36:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/domwalk.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/double-int.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dumpfile.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2cfi.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2out.cc:59:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/early-remat.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/emit-rtl.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/et-forest.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/except.cc:113:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/explow.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/expmed.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/expr.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/final.cc:47:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fixed-value.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fold-const.cc:44:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fold-const-call.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function-abi.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fwprop.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcse.cc:136:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcse-common.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-common.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-expr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-if-to-switch.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-fold.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-harden-conditionals.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-laddress.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-interchange.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-jam.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-versioning.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-low.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-backprop.cc:88:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-isolate-paths.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-nonnull-compare.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-split-paths.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-store-merging.cc:142:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-strength-reduction.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-sprintf.cc:49:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-alloca.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-walk.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-warn-recursion.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimplify.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimplify-me.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/godump.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graph.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphds.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphviz.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphite.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gtype-desc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/haifa-sched.cc:126:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-map-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-set-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hw-doloop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hwint.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ifcvt.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ree.cc:219:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/inchash.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/incpath.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/init-regs.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/internal-fn.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-cp.cc:105:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-sra.cc:60:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-devirt.cc:109:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-polymorphic-call.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-split.cc:78:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-comdats.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-free-lang-data.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-visibility.cc:76:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline-analysis.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline-transform.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-modref.cc:57:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-profile.cc:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-prop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-pure-const.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-icf.cc:55:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-reference.cc:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-ref.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-utils.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira.cc:367:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-build.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-costs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-conflicts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-color.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-emit.cc:69:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-lives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/jump.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/langhooks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lcm.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lists.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-doloop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-init.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-invariant.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-iv.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-unroll.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lower-subreg.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra.cc:104:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-assigns.cc:78:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-coalesce.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-constraints.cc:110:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-eliminations.cc:55:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-lives.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-remat.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-spills.cc:59:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-cgraph.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer-in.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer-out.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-section-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-opts.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-section-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-compress.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/mcf.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/mode-switching.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/multiple_target.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/modulo-sched.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-offload.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-expand.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-general.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-low.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-oacc-kernels-decompose.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-oacc-neuter-broadcast.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opt-problem.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-query.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optinfo.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from options-save.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts-global.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/passes.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/plugin.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/pointer-query.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/postreload-gcse.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/postreload.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/predict.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl-function.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/profile.cc:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/profile-count.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range-op.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range-op-float.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-md.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/realmpfr.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/real.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/recog.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reg-stack.cc:156:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regcprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reginfo.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regrename.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regstat.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reload.cc:92:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reload1.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reorg.cc:94:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/resource.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-error.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/accesses.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/blocks.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/changes.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/functions.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/insns.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlhash.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlanal.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlhooks.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-ebb.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-deps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-rgn.cc:47:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sese.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-run-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/simplify-rtx.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sparseset.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/spellcheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sreal.cc:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stack-ptr-mod.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/statistics.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stmt.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stor-layout.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/store-motion.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/substring-locations.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stringpool.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/target-globals.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/targhooks.cc:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/timevar.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/toplev.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tracer.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/trans-mem.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-affine.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/asan.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tsan.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sanopt.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sancov.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-call-cdce.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-cfg.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-chrec.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-complex.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.cc:77:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-dfa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-client-data-hooks.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-path.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-eh.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-emutls.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.cc:84:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-inline.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-iterator.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-loop-distribution.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-nested.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-nrv.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-object-size.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-parloops.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-predcom.cc:208:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-profile.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.cc:257:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-sra.cc:75:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.cc:122:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-copy.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-forwprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ifcombine.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-im.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivcanon.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-prefetch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-split.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-unswitch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.cc:88:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiopt.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiprop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-pre.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sink.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-structalias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-tail-merge.cc:189:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadbackward.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uncprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uninit.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-tailcall.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-generic.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-isel.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-patterns.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-data-refs.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-stmts.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop-manip.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp-patterns.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.cc:58:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vrp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tristate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/valtrack.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-query.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range-storage.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-relation.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-prof.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/var-tracking.cc:89:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/varasm.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/varpool.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vmsdbgout.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vr-values.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vtable-verify.cc:136:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/warning-control.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/web.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/wide-int.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/wide-int-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-bd.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-atom.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-core.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-options.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtins.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-expand.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-features.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/linux.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-property.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/host-linux.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/main.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-common.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/prefix.cc:67:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from options.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hooks.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-table.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/file-find.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-json.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-sarif.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-show-locus.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/edit-context.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/intl.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/json.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sbitmap.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/input.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/memory-block.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sort.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/call.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/class.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/constexpr.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/constraint.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/coroutines.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-gimplify.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-objcp-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cvt.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/contracts.cc:151:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/decl.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/decl2.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/error.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/except.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/expr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/friend.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/init.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/lambda.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/lex.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/logic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mangle.cc:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mapper-client.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/method.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/module.cc:212:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/optimize.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/parser.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/pt.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/ptree.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/rtti.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/search.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/semantics.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/typeck.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/typeck2.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/vtable-class-hierarchy.cc:114:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-object.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-partition.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-symtab.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov-tool.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-util.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:30:17: warning: declaration of 'void* malloc(size_t)' has a different exception specifier [-Wpedantic]
   30 | #define xmalloc malloc
      |                 ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h:317:14: note: in expansion of macro 'xmalloc'
  317 | extern void *xmalloc (size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_1 ATTRIBUTE_WARN_UNUSED_RESULT;
      |              ^~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:266:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:672:14: note: from previous declaration 'void* malloc(size_t) noexcept'
  672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:33:17: warning: declaration of 'void* calloc(size_t, size_t)' has a different exception specifier [-Wpedantic]
   33 | #define xcalloc calloc
      |                 ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h:328:14: note: in expansion of macro 'xcalloc'
  328 | extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_1_2 ATTRIBUTE_WARN_UNUSED_RESULT;
      |              ^~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:675:14: note: from previous declaration 'void* calloc(size_t, size_t) noexcept'
  675 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-driver.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:30:17: warning: declaration of 'void* malloc(size_t)' has a different exception specifier [-Wpedantic]
   30 | #define xmalloc malloc
      |                 ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h:317:14: note: in expansion of macro 'xmalloc'
  317 | extern void *xmalloc (size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_1 ATTRIBUTE_WARN_UNUSED_RESULT;
      |              ^~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:266:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:672:14: note: from previous declaration 'void* malloc(size_t) noexcept'
  672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:33:17: warning: declaration of 'void* calloc(size_t, size_t)' has a different exception specifier [-Wpedantic]
   33 | #define xcalloc calloc
      |                 ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h:328:14: note: in expansion of macro 'xcalloc'
  328 | extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_1_2 ATTRIBUTE_WARN_UNUSED_RESULT;
      |              ^~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:675:14: note: from previous declaration 'void* calloc(size_t, size_t) noexcept'
  675 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-merge.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect2.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect2-aix.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect-utils.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:30:17: warning: declaration of 'void* malloc(size_t)' has a different exception specifier [-Wpedantic]
   30 | #define xmalloc malloc
      |                 ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h:317:14: note: in expansion of macro 'xmalloc'
  317 | extern void *xmalloc (size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_1 ATTRIBUTE_WARN_UNUSED_RESULT;
      |              ^~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:266:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:672:14: note: from previous declaration 'void* malloc(size_t) noexcept'
  672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:33:17: warning: declaration of 'void* calloc(size_t, size_t)' has a different exception specifier [-Wpedantic]
   33 | #define xcalloc calloc
      |                 ^~~~~~
/bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h:328:14: note: in expansion of macro 'xcalloc'
  328 | extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_1_2 ATTRIBUTE_WARN_UNUSED_RESULT;
      |              ^~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:675:14: note: from previous declaration 'void* calloc(size_t, size_t) noexcept'
  675 | extern void *calloc (size_t __nmemb, size_t __size)
      |              ^~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-wrapper.cc:42:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gcc-nm.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gcc-ranlib.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:536:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:127: warning: "UINT8_MAX" redefined
  127 | # define UINT8_MAX              (255)
      | 
gengtype-lex.cc:77: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:128: warning: "UINT16_MAX" redefined
  128 | # define UINT16_MAX             (65535)
      | 
gengtype-lex.cc:80: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
gengtype-lex.cc:87: note: this is the location of the previous definition
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)':
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:135:1: note: here
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-main.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/errors.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/driver-i386.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/cppspec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/gccspec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/g++spec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-emit.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-output.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-peep.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-recog.cc:7:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-attrtab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-dfatab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-automata.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-latencytab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1plus-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Applying io_quotes_use            to cacard/vscard_common.h
Applying machine_name             to bits/unistd_ext.h
Applying machine_name             to bits/statx.h
Applying io_quotes_use            to libpostproc/version.h
Applying io_quotes_def            to guile/3.0/libguile/programs.h
Applying io_quotes_def            to guile/3.0/libguile/continuations.h
Applying io_quotes_def            to guile/3.0/libguile/numbers.h
Applying io_quotes_def            to guile/3.0/libguile/scm.h
Applying io_quotes_def            to glib-2.0/gio/gnotification.h
Applying io_quotes_def            to glib-2.0/gio/gmountoperation.h
Applying io_quotes_def            to glib-2.0/gio/gdbusmethodinvocation.h
Applying io_quotes_def            to glib-2.0/gio/gdbusconnection.h
Applying io_quotes_def            to glib-2.0/gio/gtlsinteraction.h
Applying io_quotes_def            to xtables.h
Applying io_quotes_use            to openxr/openxr.h
Applying io_quotes_def            to cogl/cogl/cogl-fixed.h
Applying io_quotes_def            to cogl/cogl/deprecated/cogl-fixed.h
Applying io_quotes_def            to unicode/platform.h
Applying io_quotes_def            to libmtp.h
Applying glibc_stdint             to stdint.h
Applying io_quotes_def            to libgeoclue-2.0/gclue-location.h
Applying io_quotes_use            to vk_video/vulkan_video_codec_h265std_encode.h
Applying io_quotes_use            to vk_video/vulkan_video_codec_h265std_decode.h
Applying io_quotes_use            to vk_video/vulkan_video_codec_h264std_decode.h
Applying io_quotes_use            to vk_video/vulkan_video_codec_h264std_encode.h
Applying io_quotes_use            to mtd/ubi-user.h
Applying io_quotes_def            to libssh/libssh_version.h
Applying io_quotes_use            to libssh/libssh_version.h
Applying io_quotes_def            to net-snmp/library/container.h
Applying machine_name             to net-snmp/net-snmp-config.h
Fixed:  net-snmp/net-snmp-config.h
Applying io_quotes_def            to soxr.h
Applying io_quotes_use            to soxr.h
Applying machine_name             to nss/secport.h
Fixed:  nss/secport.h
Quoted includes in nss/secport.h
Applying pthread_incomplete_struct_argument to pthread.h
Fixed:  pthread.h
Applying io_quotes_def            to polkit-1/polkit/polkittemporaryauthorization.h
Applying io_quotes_def            to polkit-1/polkit/polkitactiondescription.h
Applying io_quotes_def            to polkit-1/polkit/polkitpermission.h
Applying io_quotes_def            to polkit-1/polkit/polkitunixsession.h
Applying io_quotes_def            to polkit-1/polkitagent/polkitagentsession.h
Applying io_quotes_def            to sudo_plugin.h
Applying io_quotes_use            to sudo_plugin.h
Applying machine_name             to X11/Xw32defs.h
Fixed:  X11/Xw32defs.h
Applying io_quotes_def            to X11/Xmu/Atoms.h
Applying io_quotes_use            to libswscale/version.h
Applying io_quotes_use            to kwineffects.h
Applying io_quotes_use            to btrfs/ioctl.h
Applying io_quotes_use            to vpl/mfxdefs.h
Applying io_quotes_use            to vpl/mfxstructures.h
Applying io_quotes_use            to vpl/mfxencodestats.h
Applying io_quotes_use            to vpl/mfxcommon.h
Applying machine_name             to ntfs-3g/device_io.h
Fixed:  ntfs-3g/device_io.h
Quoted includes in ntfs-3g/device_io.h
Applying machine_name             to ntfs-3g/realpath.h
Fixed:  ntfs-3g/realpath.h
Quoted includes in ntfs-3g/realpath.h
Applying io_quotes_use            to scsi/cxlflash_ioctl.h
Applying machine_name             to libv4l1-videodev.h
Fixed:  libv4l1-videodev.h
Applying io_quotes_use            to fuse/fuse_common.h
Applying io_quotes_use            to libswresample/version.h
Applying io_quotes_def            to libwmf/macro.h
Applying io_quotes_def            to libavutil/version.h
Applying io_quotes_use            to libavutil/version.h
Applying io_quotes_def            to gtk-2.0/gtk/gtkmountoperation.h
Applying io_quotes_use            to tracker-3.0/libtracker-sparql/tracker-version.h
Applying io_quotes_def            to assimp/material.h
Applying io_quotes_def            to GNUstepBase/GSVersionMacros.h
Applying io_quotes_def            to dns/name.h
Applying io_quotes_def            to dns/types.h
Applying sun_malloc               to malloc.h
Applying io_quotes_def            to serf-1/serf_bucket_types.h
Applying io_quotes_use            to serf-1/serf_bucket_types.h
Applying io_quotes_def            to libqalculate/BuiltinFunctions.h
Applying io_quotes_def            to spa-0.2/spa/utils/defs.h
Applying io_quotes_use            to log4cplus/version.h
Applying io_quotes_def            to libmm-glib/mm-gdbus-modem.h
Applying io_quotes_use            to brotli/port.h
Applying io_quotes_use            to libnm/nm-version-macros.h
Applying io_quotes_def            to wolfssl/wolfio.h
Applying io_quotes_use            to wolfssl/wolfcrypt/settings.h
Applying machine_name             to smbios_c/config/select_platform_config.h
Applying machine_name             to smbios_c/config/suffix.h
Fixed:  smbios_c/config/suffix.h
Applying io_quotes_def            to bash/builtins/common.h
Applying ctrl_quotes_def          to bash/include/chartypes.h
Applying machine_name             to SDL/SDL_platform.h
Applying io_quotes_def            to SDL/SDL_version.h
Applying io_quotes_use            to SDL/SDL_version.h
Applying io_quotes_use            to libdrm/i915_drm.h
Applying io_quotes_use            to libdrm/radeon_drm.h
Applying io_quotes_use            to libdrm/mga_drm.h
Applying io_quotes_use            to libdrm/r128_drm.h
Applying io_quotes_use            to libdrm/tegra_drm.h
Applying io_quotes_use            to libdrm/vc4_drm.h
Applying io_quotes_use            to libdrm/drm.h
Applying io_quotes_use            to libdrm/savage_drm.h
Applying io_quotes_use            to libdrm/via_drm.h
Applying io_quotes_use            to libdrm/amdgpu_drm.h
Applying io_quotes_use            to libdrm/msm_drm.h
Applying io_quotes_use            to libdrm/mach64_drm.h
Applying io_quotes_use            to libdrm/sis_drm.h
Applying io_quotes_def            to mysql/server/my_global.h
Applying io_quotes_use            to alsa/sound/uapi/emu10k1.h
Applying io_quotes_def            to vtk/vtk_ioss.h
Applying machine_name             to vtk/vtkvtkm/vtk-m/vtkm/internal/Configure.h
Applying io_quotes_def            to curl/curlver.h
Applying machine_name             to duk_config.h
Applying io_quotes_use            to misc/xilinx_sdfec.h
Applying io_quotes_use            to misc/cxl.h
Applying io_quotes_use            to misc/ocxl.h
Applying io_quotes_def            to libheif/heif.h
Applying io_quotes_def            to dbusmenu-qt5/dbusmenu_version.h
Applying io_quotes_use            to dbusmenu-qt5/dbusmenu_version.h
Applying machine_name             to openssl/e_os2.h
Applying io_quotes_def            to jansson.h
Applying io_quotes_def            to cdda_interface.h
Applying io_quotes_def            to bpf/bpf_helpers.h
Applying io_quotes_use            to hidapi/hidapi.h
Applying strict_ansi_only         to libopenmpt/libopenmpt_config.h
Fixed:  libopenmpt/libopenmpt_config.h
Quoted includes in libopenmpt/libopenmpt_config.h
Cannot access CLucene/clucene-config.h from /usr/include: No such file or directory
Applying io_quotes_def            to CLucene/LuceneThreads.h
Applying io_quotes_def            to CLucene/debug/mem.h
Applying io_quotes_use            to vulkan/vulkan_core.h
Applying io_quotes_def            to gtk-3.0/gtk/gtkeventcontrollermotion.h
Applying io_quotes_def            to gtk-3.0/gtk/gtkmountoperation.h
Applying io_quotes_use            to video/sisfb.h
Applying io_quotes_def            to libsoup-2.4/libsoup/soup-websocket-connection.h
Applying machine_name             to SDL2/SDL_platform.h
Applying io_quotes_def            to SDL2/SDL_image.h
Applying io_quotes_def            to SDL2/SDL_version.h
Applying io_quotes_def            to wireshark/epan/dissectors/packet-ieee80211.h
Applying io_quotes_def            to wireshark/wsutil/mpeg-audio.h
Applying io_quotes_def            to pmix_deprecated.h
Applying io_quotes_use            to libavfilter/version.h
Applying io_quotes_use            to brltty/common_java.h
Applying io_quotes_def            to epub_version.h
Applying io_quotes_use            to asm/mtrr.h
Applying io_quotes_use            to asm/amd_hsmp.h
Applying hpux8_bogus_inlines      to math.h
Applying io_quotes_use            to libavformat/version.h
Applying io_quotes_use            to rdma/rdma_user_ioctl.h
Applying stdio_va_list_clients    to krb5.h
Applying io_quotes_def            to qt6/QtOpenGL/qopenglversionfunctions.h
Applying io_quotes_def            to qt6/QtGui/qopenglfunctions.h
Applying io_quotes_def            to qt6/QtGui/qopenglextrafunctions.h
Applying io_quotes_def            to qt6/QtQml/6.5.3/QtQml/private/qv4mmdefs_p.h
Applying io_quotes_def            to qt6/QtCore/qmetatype.h
Applying io_quotes_def            to qt6/QtCore/qtmetamacros.h
Applying io_quotes_use            to qt6/QtCore/qtmetamacros.h
Applying io_quotes_def            to libproc2/misc.h
Applying io_quotes_use            to linux/fpga-dfl.h
Applying io_quotes_use            to linux/isst_if.h
Applying io_quotes_use            to linux/fs.h
Applying io_quotes_use            to linux/cxl_mem.h
Applying io_quotes_use            to linux/comedi.h
Applying io_quotes_use            to linux/spi/spidev.h
Applying io_quotes_use            to linux/kfd_ioctl.h
Applying io_quotes_use            to linux/btrfs.h
Applying io_quotes_use            to linux/gpio.h
Applying io_quotes_use            to linux/uinput.h
Applying io_quotes_use            to linux/suspend_ioctls.h
Applying io_quotes_use            to linux/nbd.h
Applying io_quotes_use            to linux/usb/tmc.h
Applying io_quotes_use            to linux/vduse.h
Applying io_quotes_use            to linux/aspeed-lpc-ctrl.h
Applying io_quotes_use            to linux/wmi.h
Applying io_quotes_use            to linux/vhost.h
Applying io_quotes_def            to linux/pci_regs.h
Applying io_quotes_use            to linux/cciss_ioctl.h
Applying io_quotes_use            to linux/reiserfs_fs.h
Applying io_quotes_use            to linux/atmbr2684.h
Applying io_quotes_use            to linux/ppdev.h
Applying io_quotes_use            to linux/mmtimer.h
Applying io_quotes_def            to linux/soundcard.h
Applying io_quotes_use            to linux/sockios.h
Applying io_quotes_use            to linux/dm-ioctl.h
Applying io_quotes_use            to linux/sync_file.h
Applying io_quotes_use            to linux/nsfs.h
Applying io_quotes_use            to linux/vtpm_proxy.h
Applying io_quotes_use            to linux/pfrut.h
Applying io_quotes_use            to linux/ndctl.h
Applying io_quotes_use            to linux/vfio.h
Applying io_quotes_use            to linux/genwqe/genwqe_card.h
Applying io_quotes_use            to linux/rio_cm_cdev.h
Applying io_quotes_use            to linux/dma-heap.h
Applying io_quotes_def            to linux/version.h
Applying io_quotes_use            to linux/pktcdvd.h
Applying io_quotes_use            to linux/blkzoned.h
Applying io_quotes_use            to linux/surface_aggregator/dtx.h
Applying io_quotes_use            to linux/surface_aggregator/cdev.h
Applying io_quotes_use            to linux/watchdog.h
Applying io_quotes_use            to linux/fuse.h
Applying io_quotes_use            to linux/mmc/ioctl.h
Applying io_quotes_use            to linux/rfkill.h
Applying io_quotes_use            to linux/misc/bcm_vk.h
Applying io_quotes_use            to linux/vm_sockets.h
Applying io_quotes_use            to linux/remoteproc_cdev.h
Applying io_quotes_use            to linux/iommufd.h
Applying io_quotes_use            to linux/phantom.h
Applying io_quotes_use            to linux/seccomp.h
Applying io_quotes_use            to linux/tee.h
Applying io_quotes_use            to linux/user_events.h
Applying io_quotes_def            to linux/ppp-comp.h
Applying io_quotes_use            to linux/random.h
Applying io_quotes_use            to linux/sev-guest.h
Applying io_quotes_use            to linux/rpmsg.h
Applying io_quotes_use            to linux/fd.h
Applying io_quotes_use            to linux/f2fs.h
Applying io_quotes_use            to linux/if_pppox.h
Applying io_quotes_use            to linux/synclink.h
Applying io_quotes_use            to linux/ipmi_bmc.h
Applying io_quotes_use            to linux/bt-bmc.h
Applying io_quotes_use            to linux/ptp_clock.h
Applying io_quotes_use            to linux/agpgart.h
Applying io_quotes_use            to linux/nitro_enclaves.h
Applying io_quotes_use            to linux/dma-buf.h
Applying io_quotes_use            to linux/auto_fs.h
Applying io_quotes_use            to linux/i2o-dev.h
Applying io_quotes_use            to linux/kvm.h
Applying io_quotes_use            to linux/counter.h
Applying io_quotes_use            to linux/ipmi.h
Applying io_quotes_use            to linux/userfaultfd.h
Applying io_quotes_use            to linux/omapfb.h
Applying io_quotes_use            to linux/loadpin.h
Applying io_quotes_use            to linux/raid/md_u.h
Applying io_quotes_use            to linux/cachefiles.h
Applying io_quotes_use            to linux/psp-sev.h
Applying io_quotes_use            to linux/aspeed-p2a-ctrl.h
Applying io_quotes_use            to linux/hsi/hsi_char.h
Applying io_quotes_use            to linux/hsi/cs-protocol.h
Applying io_quotes_use            to linux/blkpg.h
Applying io_quotes_def            to opus/opus_defines.h
Applying io_quotes_use            to fuse3/fuse_common.h
Applying io_quotes_def            to FLAC/assert.h
Applying machine_name             to slang.h
Fixed:  slang.h
Applying ctrl_quotes_def          to editline/readline.h
Applying io_quotes_def            to libnotify/notification.h
Applying io_quotes_def            to KF5/plasma/version.h
Applying machine_name             to KF5/wtf/Platform.h
Applying io_quotes_def            to KF5/KPackage/kpackage/version.h
Applying io_quotes_use            to KF5/purpose/purpose/pluginbase.h
Applying io_quotes_def            to KF5/KDELibs4Support/kdeversion.h
Applying io_quotes_def            to KF5/KDELibs4Support/kdemacros.h
Applying io_quotes_def            to KF5/Attica/attica/version.h
Applying io_quotes_def            to zimg.h
Applying io_quotes_use            to zimg.h
Applying machine_name             to libv4lconvert.h
Fixed:  libv4lconvert.h
Applying sysv68_string            to string.h
Applying io_quotes_use            to ndctl/ndctl.h
Applying io_quotes_def            to qt/QtGui/qopenglfunctions.h
Applying io_quotes_def            to qt/QtGui/qopenglversionfunctions.h
Applying io_quotes_def            to qt/QtGui/qopenglextrafunctions.h
Applying io_quotes_def            to qt/QtQml/5.15.10/QtQml/private/qv4mmdefs_p.h
Applying io_quotes_def            to qt/QtCore/qobjectdefs.h
Applying io_quotes_use            to qt/QtCore/qobjectdefs.h
Applying io_quotes_def            to hwy/ops/arm_neon-inl.h
Applying machine_name             to hwy/detect_compiler_arch.h
Applying io_quotes_def            to xvid.h
Applying io_quotes_use            to xvid.h
Applying io_quotes_use            to libsync.h
Applying io_quotes_def            to pmix/src/util/pmix_cmd_line.h
Applying io_quotes_def            to pmix/src/mca/ptl/ptl_types.h
Applying io_quotes_def            to pmix/src/mca/psec/psec.h
Applying io_quotes_use            to libavdevice/version.h
Applying machine_name             to boost/predef/os/linux.h
Applying machine_name             to boost/predef/os/unix.h
Fixed:  boost/predef/os/unix.h
Applying io_quotes_def            to gif_lib.h
Applying io_quotes_def            to mpeg2dec/mpeg2.h
Applying io_quotes_use            to mpeg2dec/mpeg2.h
Applying io_quotes_def            to gstreamer-1.0/gst/gstvalue.h
Applying io_quotes_def            to gstreamer-1.0/gst/vulkan/xcb/gstvkdisplay_xcb.h
Applying io_quotes_def            to gstreamer-1.0/gst/check/gstcheck.h
Applying io_quotes_use            to xfs/linux.h
Applying io_quotes_def            to xfs/xfs_format.h
Applying io_quotes_use            to xfs/xfs_fs_compat.h
Applying io_quotes_use            to jxl/version.h
Applying io_quotes_def            to udisks2/udisks/udisks-generated.h
Applying io_quotes_use            to ffmpeg4.4/libpostproc/version.h
Applying io_quotes_use            to ffmpeg4.4/libswscale/version.h
Applying io_quotes_use            to ffmpeg4.4/libswresample/version.h
Applying io_quotes_def            to ffmpeg4.4/libavutil/version.h
Applying io_quotes_use            to ffmpeg4.4/libavutil/version.h
Applying io_quotes_use            to ffmpeg4.4/libavfilter/version.h
Applying io_quotes_use            to ffmpeg4.4/libavformat/version.h
Applying io_quotes_use            to ffmpeg4.4/libavdevice/version.h
Applying io_quotes_use            to ffmpeg4.4/libavcodec/version.h
Applying io_quotes_use            to sound/asequencer.h
Applying io_quotes_use            to sound/asound.h
Applying io_quotes_use            to sound/compress_offload.h
Applying io_quotes_use            to sound/emu10k1.h
Applying io_quotes_def            to dmraid/metadata.h
Applying io_quotes_def            to polkit-qt5-1/polkitqt1-version.h
Applying io_quotes_def            to oneapi/tbb/version.h
Applying io_quotes_def            to absl/base/config.h
Applying io_quotes_use            to srt/srt.h
Applying io_quotes_use            to libavcodec/version.h
Applying machine_name             to fitsio.h
Fixed:  fitsio.h
Quoted includes in fitsio.h
Applying io_quotes_def            to jemalloc/jemalloc.h
Applying ctrl_quotes_def          to readline/chardefs.h
Applying io_quotes_use            to sys/raw.h
Applying machine_name             to sys/rseq.h
Applying io_quotes_use            to sys/mount.h
Applying machine_name             to sys/mount.h
Applying io_quotes_def            to gtk-4.0/gtk/gtkeventcontrollermotion.h
Applying io_quotes_def            to gtk-4.0/gtk/gtkdropcontrollermotion.h
Applying io_quotes_def            to gtk-4.0/gtk/gtkmountoperation.h
Applying io_quotes_use            to OpenImageIO/oiioversion.h
-fself-test: 68163 pass(es) in 0.551268 seconds
-fself-test: 68193 pass(es) in 0.558215 seconds
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S: Assembler messages:
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S:853: Warning: ignoring incorrect section type for .init_array.00000
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S: Assembler messages:
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S:853: Warning: ignoring incorrect section type for .init_array.00000
/bb.download/source/gcc-13.2.0/libgomp/configure: line 6902: /usr/bin/file: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libstdc++-v3/configure: line 7776: /usr/bin/file: No such file or directory
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
configure: WARNING: "/usr/share/zoneinfo does not contain tzdata.zi file"
make[3]: [Makefile:1819: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 (ignored)
make[3]: [Makefile:1820: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 (ignored)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/zlib/configure: line 6209: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libbacktrace/configure: line 7291: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/lto-plugin/configure: line 7884: /usr/bin/file: No such file or directory
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/errors.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/charset.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/expr.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/directives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/lex.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/files.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/line-map.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/pch.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/macro.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/traditional.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/symtab.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/init.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
libtool: install: warning: remember to run `libtool --finish /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0'
configure: WARNING: fixed-point is not supported for this target, ignored
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/gcc/configure: line 15576: /usr/bin/file: No such file or directory
Links are now set up to build a native compiler for x86_64-pc-linux-gnu.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
	LANG = (unset)
    are supported and installed on your system.
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genhooks.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmodes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genchecksum.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/errors.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genversion.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sort.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengenrtl.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:536:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:127: warning: "UINT8_MAX" redefined
  127 | # define UINT8_MAX              (255)
      | 
gengtype-lex.cc:77: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:128: warning: "UINT16_MAX" redefined
  128 | # define UINT16_MAX             (65535)
      | 
gengtype-lex.cc:80: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
gengtype-lex.cc:87: note: this is the location of the previous definition
sh: line 1: locale: command not found
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
sh: line 1: locale: command not found
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
install.texi:260: warning: @anchor should not appear on @item line
install.texi:289: warning: @anchor should not appear on @item line
install.texi:313: warning: @anchor should not appear on @item line
install.texi:1086: warning: @anchor should not appear on @item line
install.texi:1107: warning: @anchor should not appear on @item line
install.texi:1142: warning: @anchor should not appear on @item line
install.texi:1793: warning: @anchor should not appear on @item line
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)':
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:135:1: note: here
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-md.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/inchash.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmddeps.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from min-insn-modes.cc:5:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconstants.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genenums.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
gfortran.texi:1436: warning: @node name should not contain `,': Default widths for F, G and I format descriptors
gfortran.texi:2709: warning: node name with index entries should not contain `. '
gfortran.texi:2401: warning: node name with index entries should not contain `. '
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencfn-macros.cc:66:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genopinit.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genextract.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genoutput.cc:87:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genpeep.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genemit.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattrtab.cc:106:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genautomata.cc:108:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genrecog.cc:109:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genpreds.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gensupport.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-table.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genflags.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconditions.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattr-common.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencodes.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconfig.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gentarget-def.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmatch.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from build/gencondmd.cc:7:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Statistics for recog:
  Number of decisions:  70358
  longest path:           335 (code:   7171)
  longest backtrack:       34 (code:   6051)
Statistics for split_insns:
  Number of decisions:  20763
  longest path:           169 (code:   1200)
  longest backtrack:       23 (code:    818)
Statistics for peephole2_insns:
  Number of decisions:   3246
  longest path:          1020 (code:     76)
  longest backtrack:       61 (code:    312)
Shared 71735 out of 126367 states by creating 12794 new states, saving 58941
GIMPLE decision tree has 5193 leafs, maximum depth 28 and a total number of 22724 nodes
removed 3797 duplicate tails
GENERIC decision tree has 4140 leafs, maximum depth 18 and a total number of 18482 nodes
removed 2831 duplicate tails
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/stub-objc.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-errors.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-typeck.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-aux-info.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-convert.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-cppbuiltin.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-objc-common.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-parser.cc:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/gimple-parser.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-fold.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/attribs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-decl.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-format.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-gimplify.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-indentation.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-lex.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-omp.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-opts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ppoutput.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-semantics.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ada-spec.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/known-headers.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-attribs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-warn.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-spellcheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-c.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/glibc-c.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-match-head.cc:21,
                 from gimple-match.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/generic-match-head.cc:21,
                 from generic-match.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-emit.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-extract.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-modes.cc:5:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-opinit.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-output.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-peep.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-preds.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-recog.cc:7:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-enums.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-page.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/adjust-alignment.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/alias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/alloc-pool.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/auto-inc-dec.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/auto-profile.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/bb-reorder.cc:94:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/bitmap.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/builtins.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/caller-save.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/calls.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ccmp.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfg.cc:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfganal.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgbuild.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgexpand.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfghooks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloopanal.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgrtl.cc:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ctfout.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ctfc.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/btfout.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab-clones.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraph.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphbuild.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphunit.cc:161:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphclones.cc:68:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/combine.cc:64:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/combine-stack-adj.cc:42:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/compare-elim.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/context.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/convert.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/coroutine-passes.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/coverage.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cppdefault.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cse.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cselib.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer-in.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer-out.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dbgcnt.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dce.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ddg.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/debug.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-core.cc:378:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-problems.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-scan.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dfp.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/digraph.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dojump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dominance.cc:36:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/domwalk.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/double-int.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dumpfile.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2cfi.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2out.cc:59:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/early-remat.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/emit-rtl.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/et-forest.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/except.cc:113:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/explow.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/expmed.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/expr.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fixed-value.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/final.cc:47:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fold-const.cc:44:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fold-const-call.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function-abi.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fwprop.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcse.cc:136:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcse-common.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-common.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-expr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-if-to-switch.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-fold.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-harden-conditionals.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-laddress.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-interchange.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-jam.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-versioning.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-low.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/expmed.cc: In function 'rtx_def* extract_bit_field_1(rtx, poly_uint64, poly_uint64, int, rtx, machine_mode, machine_mode, bool, bool, rtx_def**)':
/bb.download/source/gcc-13.2.0/gcc/expmed.cc:1838:45: warning: '*(unsigned int*)((char*)&imode + offsetof(scalar_int_mode, scalar_int_mode::m_mode))' may be used uninitialized [-Wmaybe-uninitialized]
 1838 |       rtx sub = extract_bit_field_as_subreg (mode1, op0, imode,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
 1839 |                                              bitsize, bitnum);
      |                                              ~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/expmed.cc:1798:19: note: '*(unsigned int*)((char*)&imode + offsetof(scalar_int_mode, scalar_int_mode::m_mode))' was declared here
 1798 |   scalar_int_mode imode;
      |                   ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-backprop.cc:88:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-isolate-paths.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-nonnull-compare.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-split-paths.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-store-merging.cc:142:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-strength-reduction.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-sprintf.cc:49:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-alloca.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-walk.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-warn-recursion.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimplify.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimplify-me.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/godump.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graph.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphds.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphviz.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphite.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gtype-desc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/haifa-sched.cc:126:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-set-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-map-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hw-doloop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hwint.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ifcvt.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ree.cc:219:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/inchash.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/incpath.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/init-regs.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/internal-fn.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-cp.cc:105:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-sra.cc:60:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-devirt.cc:109:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-polymorphic-call.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-split.cc:78:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-comdats.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-free-lang-data.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-visibility.cc:76:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline-analysis.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline-transform.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-modref.cc:57:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-profile.cc:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-prop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-pure-const.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-icf.cc:55:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-reference.cc:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-ref.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-utils.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira.cc:367:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-build.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-costs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-conflicts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-color.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-emit.cc:69:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-lives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/jump.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/langhooks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lcm.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lists.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-doloop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-init.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-invariant.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-iv.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-unroll.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lower-subreg.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra.cc:104:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-assigns.cc:78:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-coalesce.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-constraints.cc:110:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-eliminations.cc:55:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-lives.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-remat.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-spills.cc:59:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-cgraph.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer-in.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-section-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer-out.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-section-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-opts.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-compress.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/mcf.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/mode-switching.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/modulo-sched.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/multiple_target.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-offload.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-expand.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-general.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-low.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-oacc-kernels-decompose.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-oacc-neuter-broadcast.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opt-problem.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-query.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optinfo.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from options-save.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts-global.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/passes.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/plugin.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/pointer-query.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/postreload-gcse.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/postreload.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/predict.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl-function.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/profile.cc:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/profile-count.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range-op.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range-op-float.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-md.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/real.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/realmpfr.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/recog.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reg-stack.cc:156:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regcprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reginfo.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regrename.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regstat.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reload.cc:92:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reload1.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reorg.cc:94:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/resource.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-error.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/accesses.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/blocks.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/changes.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/functions.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/insns.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlhash.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlanal.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlhooks.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-deps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-ebb.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-rgn.cc:47:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-run-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sese.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/simplify-rtx.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sparseset.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/spellcheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sreal.cc:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stack-ptr-mod.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/statistics.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stmt.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stor-layout.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/store-motion.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stringpool.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/substring-locations.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/target-globals.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/targhooks.cc:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/timevar.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/toplev.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tracer.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/trans-mem.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-affine.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/asan.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tsan.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sanopt.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sancov.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-call-cdce.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-cfg.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-chrec.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-complex.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.cc:77:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-dfa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-client-data-hooks.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-path.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-eh.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-emutls.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.cc:84:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-inline.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-iterator.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-loop-distribution.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-nested.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-nrv.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-object-size.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-parloops.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-predcom.cc:208:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-profile.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.cc:257:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-sra.cc:75:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.cc:122:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-copy.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-forwprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ifcombine.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-im.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivcanon.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-prefetch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-split.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-unswitch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.cc:88:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiopt.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiprop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-pre.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sink.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-structalias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-tail-merge.cc:189:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadbackward.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uncprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uninit.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-tailcall.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-generic.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-isel.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-patterns.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-data-refs.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-stmts.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop-manip.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp-patterns.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.cc:58:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vrp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tristate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/valtrack.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-query.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range-storage.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-relation.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-prof.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/var-tracking.cc:89:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/varasm.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/varpool.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vmsdbgout.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vr-values.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vtable-verify.cc:136:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/warning-control.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/web.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/wide-int.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/wide-int-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc: In member function 'void ana::call_summary::get_user_facing_desc(pretty_printer*) const':
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:99:40: warning: unknown conversion type character 'E' in format [-Wformat=]
   99 |                                "when %qE returns pointer"
      |                                        ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:99:32: warning: too many arguments for format [-Wformat-extra-args]
   99 |                                "when %qE returns pointer"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
  100 |                                " to heap-allocated buffer",
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:113:42: warning: unknown conversion type character 'E' in format [-Wformat=]
  113 |                   pp_printf (pp, "when %qE returns NULL", fndecl);
      |                                          ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:113:34: warning: too many arguments for format [-Wformat-extra-args]
  113 |                   pp_printf (pp, "when %qE returns NULL", fndecl);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:115:42: warning: unknown conversion type character 'E' in format [-Wformat=]
  115 |                   pp_printf (pp, "when %qE returns %qE", fndecl, cst);
      |                                          ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:115:54: warning: unknown conversion type character 'E' in format [-Wformat=]
  115 |                   pp_printf (pp, "when %qE returns %qE", fndecl, cst);
      |                                                      ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:115:34: warning: too many arguments for format [-Wformat-extra-args]
  115 |                   pp_printf (pp, "when %qE returns %qE", fndecl, cst);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:123:26: warning: unknown conversion type character 'E' in format [-Wformat=]
  123 |   pp_printf (pp, "when %qE returns", fndecl);
      |                          ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:123:18: warning: too many arguments for format [-Wformat-extra-args]
  123 |   pp_printf (pp, "when %qE returns", fndecl);
      |                  ^~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc: In member function 'void ana::saved_diagnostic::dump_as_dot_node(pretty_printer*) const':
/bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc:802:28: warning: unknown conversion type character 'E' in format [-Wformat=]
  802 |     pp_printf (pp, "var: %qE\n", m_var);
      |                            ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc:802:20: warning: too many arguments for format [-Wformat-extra-args]
  802 |     pp_printf (pp, "var: %qE\n", m_var);
      |                    ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc: In static member function 'static bool ana::{anonymous}::deref_before_check::sufficiently_similar_p(tree, tree)':
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1627:25: warning: unknown conversion type character 'E' in format [-Wformat=]
 1627 |     pp_printf (pp_a, "%qE", expr_a);
      |                         ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1627:22: warning: too many arguments for format [-Wformat-extra-args]
 1627 |     pp_printf (pp_a, "%qE", expr_a);
      |                      ^~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1628:25: warning: unknown conversion type character 'E' in format [-Wformat=]
 1628 |     pp_printf (pp_b, "%qE", expr_b);
      |                         ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1628:22: warning: too many arguments for format [-Wformat-extra-args]
 1628 |     pp_printf (pp_b, "%qE", expr_b);
      |                      ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-bd.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-atom.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-core.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-options.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtins.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-expand.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-features.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/linux.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-property.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/host-linux.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/main.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-common.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/prefix.cc:67:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from options.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hooks.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-table.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/file-find.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-json.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-sarif.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-show-locus.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/edit-context.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/intl.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/json.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sbitmap.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/input.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/memory-block.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sort.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/call.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/class.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/constexpr.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/constraint.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/coroutines.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-gimplify.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-objcp-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cvt.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/contracts.cc:151:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/decl.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/decl2.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/error.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/except.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/expr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/friend.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/lambda.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/init.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/lex.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/logic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mangle.cc:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mapper-client.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/method.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/module.cc:212:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/optimize.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/parser.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/pt.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/ptree.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/rtti.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/search.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/semantics.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/typeck.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/typeck2.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/vtable-class-hierarchy.cc:114:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/arith.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/array.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/bbt.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/check.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/class.cc:60:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/constructor.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/cpp.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/data.cc:36:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/decl.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/dump-parse-tree.cc:34:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/error.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/expr.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/interface.cc:67:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/intrinsic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/io.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/iresolve.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/match.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/matchexp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/misc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/module.cc:68:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/openmp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/options.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/parse.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/primary.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/resolve.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/scanner.cc:44:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/simplify.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/st.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/symbol.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/target-memory.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/convert.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/dependency.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/f95-lang.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-array.cc:79:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-common.cc:97:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-const.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-decl.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-expr.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-intrinsic.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-io.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-openmp.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-stmt.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-types.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/frontend-passes.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-object.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-partition.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-symtab.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-lang.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-act.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-runtime-shared-support.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-gnu-runtime-abi-01.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-01.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-02.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-encoding.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-map.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov-tool.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-util.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-driver.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-merge.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect2.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect2-aix.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect-utils.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-wrapper.cc:42:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gcc-nm.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gcc-ranlib.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:536:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:127: warning: "UINT8_MAX" redefined
  127 | # define UINT8_MAX              (255)
      | 
gengtype-lex.cc:77: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:128: warning: "UINT16_MAX" redefined
  128 | # define UINT16_MAX             (65535)
      | 
gengtype-lex.cc:80: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
gengtype-lex.cc:87: note: this is the location of the previous definition
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/errors.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)':
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:135:1: note: here
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-main.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/gccspec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/driver-i386.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/cppspec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/g++spec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/gfortranspec.cc:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-automata.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-attrtab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-dfatab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-latencytab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1obj-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1plus-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
cc1: note: self-tests are not enabled in this build
cc1plus: note: self-tests are not enabled in this build
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S: Assembler messages:
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S:853: Warning: ignoring incorrect section type for .init_array.00000
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S: Assembler messages:
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S:853: Warning: ignoring incorrect section type for .init_array.00000
/bb.download/source/gcc-13.2.0/libgomp/configure: line 6902: /usr/bin/file: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
omp_lib.f90:813:55:

  813 |                                             depobj_list) bind(c)
      |                                                       1
Warning: Variable 'depobj_list' at (1) is a dummy argument of the BIND(C) procedure 'omp_target_memcpy_async' but may not be C interoperable [-Wc-binding-type]
omp_lib.f90:851:60:

  851 |                                                  depobj_list) bind(c)
      |                                                            1
Warning: Variable 'depobj_list' at (1) is a dummy argument of the BIND(C) procedure 'omp_target_memcpy_rect_async' but may not be C interoperable [-Wc-binding-type]
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libstdc++-v3/configure: line 7776: /usr/bin/file: No such file or directory
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
configure: WARNING: "/usr/share/zoneinfo does not contain tzdata.zi file"
make[3]: [Makefile:1819: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 (ignored)
make[3]: [Makefile:1820: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 (ignored)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/zlib/configure: line 6209: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libbacktrace/configure: line 7291: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/lto-plugin/configure: line 7884: /usr/bin/file: No such file or directory
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/alloca.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/choose-temp.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demint.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/concat.c:54:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cplus-dem.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/dyn-string.c:42:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/argv.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/argv.c:43:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/md5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/md5.h:31,
                 from /bb.download/source/gcc-13.2.0/libiberty/md5.c:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/filedescriptor.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/fdmatch.c:50:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/filename_cmp.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/../include/sha1.h:25,
                 from /bb.download/source/gcc-13.2.0/libiberty/sha1.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/fibheap.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/lrealpath.c:44:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/objalloc.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/d-demangle.c:45:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/obstack.c:63:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/hashtab.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getruntime.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pexecute.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/physmem.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/file.h:24,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/partition.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/getpwd.c:36:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:112:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-temp-file.c:44:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/splay-tree.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:55:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/cp-demangle.c:131:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-coff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/vprintf-support.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/sort.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:133:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/rust-demangle.c:41:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/make-relative-prefix.c:61:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/unlink-if-ordinary.c:48:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libiberty/pex-unix.c:56:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xmalloc.c:81:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/regex.c:190:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strsignal.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/prctl.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/prctl.h:22,
                 from /bb.download/source/gcc-13.2.0/libiberty/setproctitle.c:25:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-mach-o.c:27:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/strerror.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/xexit.c:37:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-xcoff.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/simple-object-elf.c:32:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libiberty/floatformat.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:442:33: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  442 | # define _Mdouble_              _Float32
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:459:33: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  459 | # define _Mdouble_              _Float64
      |                                 ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:1: note: in expansion of macro '__MATHDECL_ALIAS'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:20:40: note: in expansion of macro '_Mdouble_'
   20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:1: note: in expansion of macro '__MATHDECL_ALIAS'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:24:37: note: in expansion of macro '_Mdouble_'
   24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit)
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:1: note: in expansion of macro '__MATHDECL_ALIAS'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:29:35: note: in expansion of macro '_Mdouble_'
   29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:1: note: in expansion of macro '__MATHDECL_ALIAS'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:33:36: note: in expansion of macro '_Mdouble_'
   33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite)
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:1: note: in expansion of macro '__MATHDECL_ALIAS'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:37:35: note: in expansion of macro '_Mdouble_'
   37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:37: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:1: note: in expansion of macro '__MATHDECL_ALIAS'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:41:52: note: in expansion of macro '_Mdouble_'
   41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig);
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:303:3: note: in expansion of macro '__MATHDECL_1'
  303 |   __MATHDECL_1(type, function, suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:1: note: in expansion of macro '__MATHDECL_ALIAS'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      | ^~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-helper-functions.h:44:41: note: in expansion of macro '_Mdouble_'
   44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:476:33: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  476 | # define _Mdouble_              _Float128
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:493:33: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  493 | # define _Mdouble_              _Float32x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:1: note: in expansion of macro '__MATHCALL_VEC'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:53:25: note: in expansion of macro '_Mdouble_'
   53 | __MATHCALL_VEC (acos,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:1: note: in expansion of macro '__MATHCALL_VEC'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:55:25: note: in expansion of macro '_Mdouble_'
   55 | __MATHCALL_VEC (asin,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:1: note: in expansion of macro '__MATHCALL_VEC'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:57:25: note: in expansion of macro '_Mdouble_'
   57 | __MATHCALL_VEC (atan,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:26: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:1: note: in expansion of macro '__MATHCALL_VEC'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:59:41: note: in expansion of macro '_Mdouble_'
   59 | __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:1: note: in expansion of macro '__MATHCALL_VEC'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:62:24: note: in expansion of macro '_Mdouble_'
   62 | __MATHCALL_VEC (cos,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:1: note: in expansion of macro '__MATHCALL_VEC'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:64:24: note: in expansion of macro '_Mdouble_'
   64 | __MATHCALL_VEC (sin,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:1: note: in expansion of macro '__MATHCALL_VEC'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:66:24: note: in expansion of macro '_Mdouble_'
   66 | __MATHCALL_VEC (tan,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:1: note: in expansion of macro '__MATHCALL_VEC'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:71:25: note: in expansion of macro '_Mdouble_'
   71 | __MATHCALL_VEC (cosh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:1: note: in expansion of macro '__MATHCALL_VEC'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:73:25: note: in expansion of macro '_Mdouble_'
   73 | __MATHCALL_VEC (sinh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:1: note: in expansion of macro '__MATHCALL_VEC'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:75:25: note: in expansion of macro '_Mdouble_'
   75 | __MATHCALL_VEC (tanh,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:18: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:33: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:284:3: note: in expansion of macro '__MATHDECL'
  284 |   __MATHDECL(type, function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:79:1: note: in expansion of macro '__MATHDECL_VEC'
   79 | __MATHDECL_VEC (void,sincos,,
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:80:52: note: in expansion of macro '_Mdouble_'
   80 |                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
      |                                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:1: note: in expansion of macro '__MATHCALL_VEC'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:85:26: note: in expansion of macro '_Mdouble_'
   85 | __MATHCALL_VEC (acosh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:1: note: in expansion of macro '__MATHCALL_VEC'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:87:26: note: in expansion of macro '_Mdouble_'
   87 | __MATHCALL_VEC (asinh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:1: note: in expansion of macro '__MATHCALL_VEC'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:89:26: note: in expansion of macro '_Mdouble_'
   89 | __MATHCALL_VEC (atanh,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:1: note: in expansion of macro '__MATHCALL_VEC'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:95:24: note: in expansion of macro '_Mdouble_'
   95 | __MATHCALL_VEC (exp,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:1: note: in expansion of macro '__MATHCALL'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:98:22: note: in expansion of macro '_Mdouble_'
   98 | __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:1: note: in expansion of macro '__MATHCALL'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:101:22: note: in expansion of macro '_Mdouble_'
  101 | __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:1: note: in expansion of macro '__MATHCALL_VEC'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:104:24: note: in expansion of macro '_Mdouble_'
  104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:1: note: in expansion of macro '__MATHCALL_VEC'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:107:26: note: in expansion of macro '_Mdouble_'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:21: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:1: note: in expansion of macro '__MATHCALL'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:110:36: note: in expansion of macro '_Mdouble_'
  110 | __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:1: note: in expansion of macro '__MATHCALL_VEC'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:114:26: note: in expansion of macro '_Mdouble_'
  114 | __MATHCALL_VEC (exp10,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:1: note: in expansion of macro '__MATHCALL_VEC'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:119:26: note: in expansion of macro '_Mdouble_'
  119 | __MATHCALL_VEC (expm1,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:1: note: in expansion of macro '__MATHCALL_VEC'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:122:26: note: in expansion of macro '_Mdouble_'
  122 | __MATHCALL_VEC (log1p,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:1: note: in expansion of macro '__MATHCALL'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:125:21: note: in expansion of macro '_Mdouble_'
  125 | __MATHCALL (logb,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:1: note: in expansion of macro '__MATHCALL_VEC'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:130:25: note: in expansion of macro '_Mdouble_'
  130 | __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:1: note: in expansion of macro '__MATHCALL_VEC'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:133:25: note: in expansion of macro '_Mdouble_'
  133 | __MATHCALL_VEC (log2,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:24: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:1: note: in expansion of macro '__MATHCALL_VEC'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:140:39: note: in expansion of macro '_Mdouble_'
  140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:1: note: in expansion of macro '__MATHCALL'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:143:21: note: in expansion of macro '_Mdouble_'
  143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:26: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:1: note: in expansion of macro '__MATHCALL_VEC'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:147:41: note: in expansion of macro '_Mdouble_'
  147 | __MATHCALL_VEC (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:1: note: in expansion of macro '__MATHCALL_VEC'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:152:25: note: in expansion of macro '_Mdouble_'
  152 | __MATHCALL_VEC (cbrt,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:1: note: in expansion of macro '__MATHCALLX'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:159:22: note: in expansion of macro '_Mdouble_'
  159 | __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:1: note: in expansion of macro '__MATHCALLX'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:162:22: note: in expansion of macro '_Mdouble_'
  162 | __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:1: note: in expansion of macro '__MATHCALLX'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:165:23: note: in expansion of macro '_Mdouble_'
  165 | __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:21: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:1: note: in expansion of macro '__MATHCALL'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:168:36: note: in expansion of macro '_Mdouble_'
  168 | __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:26: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:1: note: in expansion of macro '__MATHCALLX'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:198:41: note: in expansion of macro '_Mdouble_'
  198 | __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:203:1: note: in expansion of macro '__MATHCALL'
  203 | __MATHCALL (nan,, (const char *__tagb));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:1: note: in expansion of macro '__MATHCALL'
  220 | __MATHCALL (j0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:220:19: note: in expansion of macro '_Mdouble_'
  220 | __MATHCALL (j0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:1: note: in expansion of macro '__MATHCALL'
  221 | __MATHCALL (j1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:221:19: note: in expansion of macro '_Mdouble_'
  221 | __MATHCALL (j1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:1: note: in expansion of macro '__MATHCALL'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:222:24: note: in expansion of macro '_Mdouble_'
  222 | __MATHCALL (jn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:1: note: in expansion of macro '__MATHCALL'
  223 | __MATHCALL (y0,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:223:19: note: in expansion of macro '_Mdouble_'
  223 | __MATHCALL (y0,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:1: note: in expansion of macro '__MATHCALL'
  224 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:224:19: note: in expansion of macro '_Mdouble_'
  224 | __MATHCALL (y1,, (_Mdouble_));
      |                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:1: note: in expansion of macro '__MATHCALL'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:225:24: note: in expansion of macro '_Mdouble_'
  225 | __MATHCALL (yn,, (int, _Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:1: note: in expansion of macro '__MATHCALL_VEC'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:231:24: note: in expansion of macro '_Mdouble_'
  231 | __MATHCALL_VEC (erf,, (_Mdouble_));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:280:3: note: in expansion of macro '__MATHCALL'
  280 |   __MATHCALL (function, suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:1: note: in expansion of macro '__MATHCALL_VEC'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      | ^~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:232:25: note: in expansion of macro '_Mdouble_'
  232 | __MATHCALL_VEC (erfc,, (_Mdouble_));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:1: note: in expansion of macro '__MATHCALL'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:233:23: note: in expansion of macro '_Mdouble_'
  233 | __MATHCALL (lgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:1: note: in expansion of macro '__MATHCALL'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:238:23: note: in expansion of macro '_Mdouble_'
  238 | __MATHCALL (tgamma,, (_Mdouble_));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:1: note: in expansion of macro '__MATHCALL'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:252:25: note: in expansion of macro '_Mdouble_'
  252 | __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:1: note: in expansion of macro '__MATHCALL'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:259:21: note: in expansion of macro '_Mdouble_'
  259 | __MATHCALL (rint,, (_Mdouble_ __x));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:26: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:1: note: in expansion of macro '__MATHCALL'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:262:41: note: in expansion of macro '_Mdouble_'
  262 | __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:1: note: in expansion of macro '__MATHCALL'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:269:25: note: in expansion of macro '_Mdouble_'
  269 | __MATHCALL (nextdown,, (_Mdouble_ __x));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:1: note: in expansion of macro '__MATHCALL'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:271:23: note: in expansion of macro '_Mdouble_'
  271 | __MATHCALL (nextup,, (_Mdouble_ __x));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:26: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:1: note: in expansion of macro '__MATHCALL'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:275:41: note: in expansion of macro '_Mdouble_'
  275 | __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:1: note: in expansion of macro '__MATHCALL'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:279:23: note: in expansion of macro '_Mdouble_'
  279 | __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:1: note: in expansion of macro '__MATHDECL'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:283:26: note: in expansion of macro '_Mdouble_'
  283 | __MATHDECL (int,ilogb,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:1: note: in expansion of macro '__MATHDECL'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:288:32: note: in expansion of macro '_Mdouble_'
  288 | __MATHDECL (long int, llogb,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:1: note: in expansion of macro '__MATHCALL'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:293:24: note: in expansion of macro '_Mdouble_'
  293 | __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
      |                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:1: note: in expansion of macro '__MATHCALL'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:297:26: note: in expansion of macro '_Mdouble_'
  297 | __MATHCALL (nearbyint,, (_Mdouble_ __x));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:1: note: in expansion of macro '__MATHCALLX'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:301:23: note: in expansion of macro '_Mdouble_'
  301 | __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:1: note: in expansion of macro '__MATHCALLX'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:305:23: note: in expansion of macro '_Mdouble_'
  305 | __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:23: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                       ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:1: note: in expansion of macro '__MATHCALL'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:310:38: note: in expansion of macro '_Mdouble_'
  310 | __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:1: note: in expansion of macro '__MATHDECL'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:317:31: note: in expansion of macro '_Mdouble_'
  317 | __MATHDECL (long int,lrint,, (_Mdouble_ __x));
      |                               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:1: note: in expansion of macro '__MATHDECL'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:319:37: note: in expansion of macro '_Mdouble_'
  319 | __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:1: note: in expansion of macro '__MATHDECL'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:323:32: note: in expansion of macro '_Mdouble_'
  323 | __MATHDECL (long int,lround,, (_Mdouble_ __x));
      |                                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:1: note: in expansion of macro '__MATHDECL'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:325:38: note: in expansion of macro '_Mdouble_'
  325 | __MATHDECL (long long int,llround,, (_Mdouble_ __x));
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:21: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:1: note: in expansion of macro '__MATHCALL'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:329:36: note: in expansion of macro '_Mdouble_'
  329 | __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:22: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:1: note: in expansion of macro '__MATHCALLX'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:333:37: note: in expansion of macro '_Mdouble_'
  333 | __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:22: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:1: note: in expansion of macro '__MATHCALLX'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:336:37: note: in expansion of macro '_Mdouble_'
  336 | __MATHCALLX (fmin,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:20: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:35: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:1: note: in expansion of macro '__MATHCALL'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:340:50: note: in expansion of macro '_Mdouble_'
  340 | __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:1: note: in expansion of macro '__MATHCALLX'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:345:27: note: in expansion of macro '_Mdouble_'
  345 | __MATHCALLX (roundeven,, (_Mdouble_ __x), (__const__));
      |                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:1: note: in expansion of macro '__MATHDECL'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:349:35: note: in expansion of macro '_Mdouble_'
  349 | __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
      |                                   ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:1: note: in expansion of macro '__MATHDECL'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:354:37: note: in expansion of macro '_Mdouble_'
  354 | __MATHDECL (__uintmax_t, ufromfp,, (_Mdouble_ __x, int __round,
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:1: note: in expansion of macro '__MATHDECL'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:360:36: note: in expansion of macro '_Mdouble_'
  360 | __MATHDECL (__intmax_t, fromfpx,, (_Mdouble_ __x, int __round,
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:1: note: in expansion of macro '__MATHDECL'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:366:38: note: in expansion of macro '_Mdouble_'
  366 | __MATHDECL (__uintmax_t, ufromfpx,, (_Mdouble_ __x, int __round,
      |                                      ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:36: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                    ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:1: note: in expansion of macro '__MATHDECL_1'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:370:59: note: in expansion of macro '_Mdouble_'
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      |                                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:25: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:1: note: in expansion of macro '__MATHCALLX'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:377:40: note: in expansion of macro '_Mdouble_'
  377 | __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:25: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:1: note: in expansion of macro '__MATHCALLX'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:380:40: note: in expansion of macro '_Mdouble_'
  380 | __MATHCALLX (fminmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:26: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:1: note: in expansion of macro '__MATHCALLX'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:385:41: note: in expansion of macro '_Mdouble_'
  385 | __MATHCALLX (fmaximum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:26: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                          ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:1: note: in expansion of macro '__MATHCALLX'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:388:41: note: in expansion of macro '_Mdouble_'
  388 | __MATHCALLX (fminimum,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:30: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:1: note: in expansion of macro '__MATHCALLX'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:391:45: note: in expansion of macro '_Mdouble_'
  391 | __MATHCALLX (fmaximum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:30: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:1: note: in expansion of macro '__MATHCALLX'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:394:45: note: in expansion of macro '_Mdouble_'
  394 | __MATHCALLX (fminimum_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:30: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:1: note: in expansion of macro '__MATHCALLX'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:397:45: note: in expansion of macro '_Mdouble_'
  397 | __MATHCALLX (fmaximum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:30: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                              ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:1: note: in expansion of macro '__MATHCALLX'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:400:45: note: in expansion of macro '_Mdouble_'
  400 | __MATHCALLX (fminimum_mag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                             ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:34: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:1: note: in expansion of macro '__MATHCALLX'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:403:49: note: in expansion of macro '_Mdouble_'
  403 | __MATHCALLX (fmaximum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:294:3: note: in expansion of macro '__MATHDECL_1'
  294 |   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:16: note: in expansion of macro '_Mdouble_'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |                ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:34: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:295:3: note: in expansion of macro '__MATHDECL_1'
  295 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:292:3: note: in expansion of macro '__MATHDECLX'
  292 |   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
      |   ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:1: note: in expansion of macro '__MATHCALLX'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      | ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:406:49: note: in expansion of macro '_Mdouble_'
  406 | __MATHCALLX (fminimum_mag_num,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
      |                                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:40: note: in expansion of macro '_Mdouble_'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:411:1: note: in expansion of macro '__MATHDECL_1'
  411 | __MATHDECL_1 (int, totalorder,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:412:40: note: in expansion of macro '_Mdouble_'
  412 |                                  const _Mdouble_ *__y))
      |                                        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:43: note: in expansion of macro '_Mdouble_'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:416:1: note: in expansion of macro '__MATHDECL_1'
  416 | __MATHDECL_1 (int, totalordermag,, (const _Mdouble_ *__x,
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:417:43: note: in expansion of macro '_Mdouble_'
  417 |                                     const _Mdouble_ *__y))
      |                                           ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:289:3: note: in expansion of macro '__MATHDECL_1'
  289 |   __MATHDECL_1(type, function,suffix, args); \
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:10: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |          ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:15: note: in expansion of macro '_Mdouble_'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |               ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:290:3: note: in expansion of macro '__MATHDECL_1'
  290 |   __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
      |   ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:287:3: note: in expansion of macro '__MATHDECL'
  287 |   __MATHDECL (_Mdouble_,function,suffix, args)
      |   ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:1: note: in expansion of macro '__MATHCALL'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      | ^~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:421:33: note: in expansion of macro '_Mdouble_'
  421 | __MATHCALL (getpayload,, (const _Mdouble_ *__x));
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:34: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:1: note: in expansion of macro '__MATHDECL_1'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:424:50: note: in expansion of macro '_Mdouble_'
  424 | __MATHDECL_1 (int, setpayload,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:37: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:510:33: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  510 | # define _Mdouble_              _Float64x
      |                                 ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:297:48: note: in definition of macro '__MATHDECL_1_IMPL'
  297 |   extern type __MATH_PRECNAME(function,suffix) args __THROW
      |                                                ^~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:1: note: in expansion of macro '__MATHDECL_1'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      | ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls.h:427:53: note: in expansion of macro '_Mdouble_'
  427 | __MATHDECL_1 (int, setpayloadsig,, (_Mdouble_ *__x, _Mdouble_ __payload));
      |                                                     ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:694:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  694 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:695:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  695 | #  define _Marg_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:704:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  704 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:705:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  705 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:714:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  714 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:715:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  715 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:724:18: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  724 | #  define _Mret_ _Float32
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:725:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  725 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:744:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  744 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:745:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  745 | #  define _Marg_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:754:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  754 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:755:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  755 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:764:18: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  764 | #  define _Mret_ _Float32x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:765:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  765 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:784:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  784 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:785:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  785 | #  define _Marg_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:794:18: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  794 | #  define _Mret_ _Float64
      |                  ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:795:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  795 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:24:1: note: in expansion of macro '__MATHCALL_NARROW'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:27:1: note: in expansion of macro '__MATHCALL_NARROW'
   27 | __MATHCALL_NARROW (__MATHCALL_NAME (div), __MATHCALL_REDIR_NAME (div), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:35: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:47: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:552:59: note: in expansion of macro '_Marg_'
  552 | #define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z)
      |                                                           ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_3'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:30:1: note: in expansion of macro '__MATHCALL_NARROW'
   30 | __MATHCALL_NARROW (__MATHCALL_NAME (fma), __MATHCALL_REDIR_NAME2 (fma), 3);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:33:1: note: in expansion of macro '__MATHCALL_NARROW'
   33 | __MATHCALL_NARROW (__MATHCALL_NAME (mul), __MATHCALL_REDIR_NAME (mul), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:550:35: note: in expansion of macro '_Marg_'
  550 | #define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_1'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:36:1: note: in expansion of macro '__MATHCALL_NARROW'
   36 | __MATHCALL_NARROW (__MATHCALL_NAME (sqrt), __MATHCALL_REDIR_NAME2 (sqrt), 1);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:814:18: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  814 | #  define _Mret_ _Float64x
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:10: note: in expansion of macro '_Mret_'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |          ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:35: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                   ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:815:18: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  815 | #  define _Marg_ _Float128
      |                  ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:551:47: note: in expansion of macro '_Marg_'
  551 | #define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y)
      |                                               ^~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:554:22: note: in expansion of macro '__MATHCALL_NARROW_ARGS_2'
  554 |   extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/math.h:559:3: note: in expansion of macro '__MATHCALL_NARROW_NORMAL'
  559 |   __MATHCALL_NARROW_NORMAL (func, nargs)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/mathcalls-narrow.h:39:1: note: in expansion of macro '__MATHCALL_NARROW'
   39 | __MATHCALL_NARROW (__MATHCALL_NAME (sub), __MATHCALL_REDIR_NAME (sub), 2);
      | ^~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/charset.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/expr.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/errors.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/directives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/files.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/identifiers.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/mkdeps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/macro.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/lex.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/line-map.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/pch.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/symtab.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/traditional.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
libtool: install: warning: remember to run `libtool --finish /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0'
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/libcpp/system.h:226,
                 from /bb.download/source/gcc-13.2.0/libcpp/init.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:321:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libcpp/system.h:259:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
configure: WARNING: fixed-point is not supported for this target, ignored
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/gcc/configure: line 15576: /usr/bin/file: No such file or directory
Links are now set up to build a native compiler for x86_64-pc-linux-gnu.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genhooks.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genchecksum.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmodes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/errors.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sort.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengenrtl.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genversion.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:536:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:127: warning: "UINT8_MAX" redefined
  127 | # define UINT8_MAX              (255)
      | 
gengtype-lex.cc:77: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:128: warning: "UINT16_MAX" redefined
  128 | # define UINT16_MAX             (65535)
      | 
gengtype-lex.cc:80: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
gengtype-lex.cc:87: note: this is the location of the previous definition
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)':
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:135:1: note: here
sh: line 1: locale: command not found
sh: line 1: locale: command not found
sh: line 1: locale: command not found
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
install.texi:260: warning: @anchor should not appear on @item line
install.texi:289: warning: @anchor should not appear on @item line
install.texi:313: warning: @anchor should not appear on @item line
install.texi:1086: warning: @anchor should not appear on @item line
install.texi:1107: warning: @anchor should not appear on @item line
install.texi:1142: warning: @anchor should not appear on @item line
install.texi:1793: warning: @anchor should not appear on @item line
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
sh: line 1: locale: command not found
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genenums.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/inchash.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmddeps.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconstants.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-md.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from min-insn-modes.cc:5:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
gfortran.texi:1436: warning: @node name should not contain `,': Default widths for F, G and I format descriptors
gfortran.texi:2709: warning: node name with index entries should not contain `. '
gfortran.texi:2401: warning: node name with index entries should not contain `. '
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattrtab.cc:106:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genopinit.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genextract.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genemit.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencfn-macros.cc:66:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genoutput.cc:87:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genautomata.cc:108:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genpeep.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genrecog.cc:109:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genpreds.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gensupport.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-table.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genflags.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconditions.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genattr-common.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gencodes.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genconfig.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gentarget-def.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/genmatch.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from build/gencondmd.cc:7:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
Statistics for recog:
  Number of decisions:  70358
  longest path:           335 (code:   7171)
  longest backtrack:       34 (code:   6051)
Statistics for split_insns:
  Number of decisions:  20763
  longest path:           169 (code:   1200)
  longest backtrack:       23 (code:    818)
Statistics for peephole2_insns:
  Number of decisions:   3246
  longest path:          1020 (code:     76)
  longest backtrack:       61 (code:    312)
Shared 71735 out of 126367 states by creating 12794 new states, saving 58941
GIMPLE decision tree has 5193 leafs, maximum depth 28 and a total number of 22724 nodes
removed 3797 duplicate tails
GENERIC decision tree has 4140 leafs, maximum depth 18 and a total number of 18482 nodes
removed 2831 duplicate tails
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-typeck.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/stub-objc.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-errors.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-convert.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-objc-common.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-aux-info.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/attribs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-parser.cc:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-fold.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/gimple-parser.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-cppbuiltin.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/c-decl.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-format.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-gimplify.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-indentation.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-lex.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-omp.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-opts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ppoutput.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-semantics.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ada-spec.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/known-headers.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-attribs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-warn.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/c-spellcheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-c.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/glibc-c.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-match-head.cc:21,
                 from gimple-match.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/generic-match-head.cc:21,
                 from generic-match.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-emit.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-extract.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-modes.cc:5:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-opinit.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-output.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-peep.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-preds.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-recog.cc:7:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-enums.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-page.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/adjust-alignment.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/alias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/alloc-pool.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/auto-inc-dec.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/auto-profile.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/bb-reorder.cc:94:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/bitmap.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/builtins.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/caller-save.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/calls.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ccmp.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfg.cc:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfganal.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgbuild.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgexpand.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfghooks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloopanal.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cfgrtl.cc:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ctfc.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ctfout.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/btfout.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/symtab-clones.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraph.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphbuild.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphunit.cc:161:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cgraphclones.cc:68:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/combine.cc:64:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/combine-stack-adj.cc:42:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/compare-elim.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/context.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/convert.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/coroutine-passes.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/coverage.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cppdefault.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cse.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cselib.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer-in.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/data-streamer-out.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dbgcnt.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dce.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ddg.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/debug.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-core.cc:378:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-problems.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/df-scan.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dfp.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/digraph.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dojump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dominance.cc:36:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/domwalk.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/double-int.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dumpfile.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2cfi.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/dwarf2out.cc:59:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/early-remat.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/emit-rtl.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/et-forest.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/except.cc:113:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/explow.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/expmed.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/expr.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.cc:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/final.cc:47:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fixed-value.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fold-const.cc:44:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fold-const-call.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function-abi.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/function-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fwprop.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcse.cc:136:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcse-common.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-common.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-expr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-if-to-switch.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-fold.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-harden-conditionals.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-laddress.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-interchange.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-jam.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-loop-versioning.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-low.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/expmed.cc: In function 'rtx_def* extract_bit_field_1(rtx, poly_uint64, poly_uint64, int, rtx, machine_mode, machine_mode, bool, bool, rtx_def**)':
/bb.download/source/gcc-13.2.0/gcc/expmed.cc:1838:45: warning: '*(unsigned int*)((char*)&imode + offsetof(scalar_int_mode, scalar_int_mode::m_mode))' may be used uninitialized [-Wmaybe-uninitialized]
 1838 |       rtx sub = extract_bit_field_as_subreg (mode1, op0, imode,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
 1839 |                                              bitsize, bitnum);
      |                                              ~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/expmed.cc:1798:19: note: '*(unsigned int*)((char*)&imode + offsetof(scalar_int_mode, scalar_int_mode::m_mode))' was declared here
 1798 |   scalar_int_mode imode;
      |                   ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-backprop.cc:88:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-isolate-paths.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-nonnull-compare.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-split-paths.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-store-merging.cc:142:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-strength-reduction.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-sprintf.cc:49:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-alloca.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-streamer-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-walk.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-warn-recursion.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimplify.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimplify-me.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/godump.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graph.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphds.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphviz.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/graphite.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gtype-desc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/haifa-sched.cc:126:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-map-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-set-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hw-doloop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hwint.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ifcvt.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ree.cc:219:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/inchash.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/incpath.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/init-regs.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/internal-fn.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-cp.cc:105:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-sra.cc:60:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-devirt.cc:109:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-polymorphic-call.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-split.cc:78:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-comdats.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-free-lang-data.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-visibility.cc:76:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline-analysis.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-inline-transform.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-modref.cc:57:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-profile.cc:41:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-prop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-pure-const.cc:35:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-icf.cc:55:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-reference.cc:40:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-ref.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa-utils.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ipa.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira.cc:367:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-build.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-costs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-conflicts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-color.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-emit.cc:69:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ira-lives.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/jump.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/langhooks.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lcm.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lists.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-doloop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-init.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-invariant.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-iv.cc:52:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/loop-unroll.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lower-subreg.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra.cc:104:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-assigns.cc:78:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-coalesce.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-constraints.cc:110:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-eliminations.cc:55:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-lives.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-remat.cc:56:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lra-spills.cc:59:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-cgraph.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer-in.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-streamer-out.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-section-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-section-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-opts.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-compress.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/mcf.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/mode-switching.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/modulo-sched.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/multiple_target.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-offload.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-expand.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-general.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-low.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-oacc-kernels-decompose.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-oacc-neuter-broadcast.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opt-problem.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-query.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optabs-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optinfo.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from options-save.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts-global.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/passes.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/plugin.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/pointer-query.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/postreload-gcse.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/postreload.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/predict.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-rtl-function.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/print-tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/profile.cc:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/profile-count.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range-op.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/range-op-float.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-md.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/real.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/realmpfr.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/recog.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reg-stack.cc:156:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regcprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reginfo.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regrename.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/regstat.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reload.cc:92:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reload1.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/reorg.cc:94:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/resource.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-error.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/accesses.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/blocks.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/changes.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/insns.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-ssa/functions.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtl.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlhash.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlanal.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtlhooks.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-deps.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-ebb.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sched-rgn.cc:47:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sel-sched.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-run-tests.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sese.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/simplify-rtx.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sparseset.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/spellcheck.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sreal.cc:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stack-ptr-mod.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/statistics.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stmt.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stor-layout.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/store-motion.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/stringpool.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/substring-locations.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/target-globals.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/targhooks.cc:50:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/timevar.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/toplev.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tracer.cc:37:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/trans-mem.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-affine.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/asan.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tsan.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sanopt.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sancov.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-call-cdce.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-cfg.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-chrec.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-complex.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.cc:77:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-dfa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-client-data-hooks.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic-path.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-eh.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-emutls.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.cc:84:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-inline.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-iterator.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-loop-distribution.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-nested.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-object-size.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-nrv.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-parloops.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-predcom.cc:208:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-profile.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.cc:257:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-sra.cc:75:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.cc:122:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-copy.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.cc:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-forwprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ifcombine.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-im.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivcanon.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.cc:93:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-prefetch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-split.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-unswitch.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.cc:88:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiopt.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-phiprop.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-pre.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sink.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-structalias.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-tail-merge.cc:189:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadbackward.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uncprop.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa-uninit.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssa.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer-in.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-streamer-out.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-tailcall.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-generic.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gimple-isel.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-patterns.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-data-refs.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-stmts.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-loop-manip.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vect-slp-patterns.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.cc:58:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree-vrp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tree.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/tristate.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/valtrack.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-query.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-range-storage.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-relation.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/value-prof.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/var-tracking.cc:89:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/varasm.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/varpool.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vmsdbgout.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vr-values.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vtable-verify.cc:136:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/warning-control.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/web.cc:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/wide-int.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/wide-int-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc: In member function 'void ana::call_summary::get_user_facing_desc(pretty_printer*) const':
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:99:40: warning: unknown conversion type character 'E' in format [-Wformat=]
   99 |                                "when %qE returns pointer"
      |                                        ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:99:32: warning: too many arguments for format [-Wformat-extra-args]
   99 |                                "when %qE returns pointer"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
  100 |                                " to heap-allocated buffer",
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:113:42: warning: unknown conversion type character 'E' in format [-Wformat=]
  113 |                   pp_printf (pp, "when %qE returns NULL", fndecl);
      |                                          ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:113:34: warning: too many arguments for format [-Wformat-extra-args]
  113 |                   pp_printf (pp, "when %qE returns NULL", fndecl);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:115:42: warning: unknown conversion type character 'E' in format [-Wformat=]
  115 |                   pp_printf (pp, "when %qE returns %qE", fndecl, cst);
      |                                          ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:115:54: warning: unknown conversion type character 'E' in format [-Wformat=]
  115 |                   pp_printf (pp, "when %qE returns %qE", fndecl, cst);
      |                                                      ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:115:34: warning: too many arguments for format [-Wformat-extra-args]
  115 |                   pp_printf (pp, "when %qE returns %qE", fndecl, cst);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:123:26: warning: unknown conversion type character 'E' in format [-Wformat=]
  123 |   pp_printf (pp, "when %qE returns", fndecl);
      |                          ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/call-summary.cc:123:18: warning: too many arguments for format [-Wformat-extra-args]
  123 |   pp_printf (pp, "when %qE returns", fndecl);
      |                  ^~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc: In member function 'void ana::saved_diagnostic::dump_as_dot_node(pretty_printer*) const':
/bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc:802:28: warning: unknown conversion type character 'E' in format [-Wformat=]
  802 |     pp_printf (pp, "var: %qE\n", m_var);
      |                            ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/diagnostic-manager.cc:802:20: warning: too many arguments for format [-Wformat-extra-args]
  802 |     pp_printf (pp, "var: %qE\n", m_var);
      |                    ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc: In static member function 'static bool ana::{anonymous}::deref_before_check::sufficiently_similar_p(tree, tree)':
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1627:25: warning: unknown conversion type character 'E' in format [-Wformat=]
 1627 |     pp_printf (pp_a, "%qE", expr_a);
      |                         ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1627:22: warning: too many arguments for format [-Wformat-extra-args]
 1627 |     pp_printf (pp_a, "%qE", expr_a);
      |                      ^~~~~
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1628:25: warning: unknown conversion type character 'E' in format [-Wformat=]
 1628 |     pp_printf (pp_b, "%qE", expr_b);
      |                         ^
/bb.download/source/gcc-13.2.0/gcc/analyzer/sm-malloc.cc:1628:22: warning: too many arguments for format [-Wformat-extra-args]
 1628 |     pp_printf (pp_b, "%qE", expr_b);
      |                      ^~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-bd.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-atom.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune-sched-core.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-options.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-builtins.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-expand.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-features.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/linux.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-property.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/host-linux.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/main.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-common.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/prefix.cc:67:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opts-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from options.cc:4:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/vec.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hooks.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/hash-table.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/file-find.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-json.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-format-sarif.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/diagnostic-show-locus.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/edit-context.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/intl.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/json.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sbitmap.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/input.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/ggc-none.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/memory-block.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/sort.cc:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/call.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/class.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/constexpr.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/constraint.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/coroutines.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-gimplify.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-objcp-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cp-ubsan.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/contracts.cc:151:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cvt.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/decl.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/decl2.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/dump.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/error.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/except.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/expr.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/friend.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/init.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/lambda.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/lex.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/logic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mangle.cc:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mapper-client.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/method.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/module.cc:212:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/optimize.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/parser.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/pt.cc:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/ptree.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/rtti.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/search.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/semantics.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/tree.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/typeck.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/typeck2.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/vtable-class-hierarchy.cc:114:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/arith.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/array.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/bbt.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/check.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/class.cc:60:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/constructor.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/cpp.cc:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/data.cc:36:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/decl.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/dump-parse-tree.cc:34:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/error.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/expr.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/interface.cc:67:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/intrinsic.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/io.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/iresolve.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/match.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/matchexp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/misc.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/module.cc:68:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/openmp.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/options.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/parse.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/primary.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/resolve.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/scanner.cc:44:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/simplify.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/st.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/symbol.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/target-memory.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/convert.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/dependency.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/f95-lang.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-array.cc:79:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-common.cc:97:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-const.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-decl.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-expr.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-intrinsic.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-io.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-openmp.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-stmt.cc:24:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/trans-types.cc:25:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/frontend-passes.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-lang.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-object.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-partition.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-symtab.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-common.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-lang.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-runtime-shared-support.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-act.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-gnu-runtime-abi-01.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-01.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-next-runtime-abi-02.cc:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-encoding.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/objc/objc-map.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov.cc:39:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcov-tool.cc:27:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-util.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-driver.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov.h:132,
                 from /bb.download/source/gcc-13.2.0/gcc/../libgcc/libgcov-merge.c:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect2.cc:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect2-aix.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/collect-utils.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto-wrapper.cc:42:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-ar.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gcc-nm.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from gcc-ranlib.cc:22:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-parse.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:536:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:127: warning: "UINT8_MAX" redefined
  127 | # define UINT8_MAX              (255)
      | 
gengtype-lex.cc:77: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:128: warning: "UINT16_MAX" redefined
  128 | # define UINT16_MAX             (65535)
      | 
gengtype-lex.cc:80: note: this is the location of the previous definition
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
gengtype-lex.cc:87: note: this is the location of the previous definition
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)':
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION'
/d/gcc-13.2.0/gcc-13.2.0/gcc/gengtype-lex.l:135:1: note: here
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gengtype-state.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/errors.cc:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc.cc:32:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/gcc-main.cc:26:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c/gccspec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/config/i386/driver-i386.cc:23:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/c-family/cppspec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/cp/g++spec.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/fortran/gfortranspec.cc:48:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-attrtab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-automata.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-dfatab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from insn-latencytab.cc:6:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from /bb.download/source/gcc-13.2.0/gcc/lto/lto-dump.cc:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1plus-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:306,
                 from cc1obj-checksum.cc:2:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/gcc/system.h:357:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /bb.download/source/gcc-13.2.0/gcc/system.h:698:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
cc1: note: self-tests are not enabled in this build
cc1plus: note: self-tests are not enabled in this build
egrep: warning: egrep is obsolescent; using grep -E
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S: Assembler messages:
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S:853: Warning: ignoring incorrect section type for .init_array.00000
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S: Assembler messages:
/bb.download/source/gcc-13.2.0/libgcc/config/i386/morestack.S:853: Warning: ignoring incorrect section type for .init_array.00000
/bb.download/source/gcc-13.2.0/libgomp/configure: line 6902: /usr/bin/file: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
omp_lib.f90:813:55:

  813 |                                             depobj_list) bind(c)
      |                                                       1
Warning: Variable 'depobj_list' at (1) is a dummy argument of the BIND(C) procedure 'omp_target_memcpy_async' but may not be C interoperable [-Wc-binding-type]
omp_lib.f90:851:60:

  851 |                                                  depobj_list) bind(c)
      |                                                            1
Warning: Variable 'depobj_list' at (1) is a dummy argument of the BIND(C) procedure 'omp_target_memcpy_rect_async' but may not be C interoperable [-Wc-binding-type]
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libstdc++-v3/configure: line 7776: /usr/bin/file: No such file or directory
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
configure: WARNING: "/usr/share/zoneinfo does not contain tzdata.zi file"
make[3]: [Makefile:1819: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 (ignored)
make[3]: [Makefile:1820: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 (ignored)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libobjc/configure: line 6248: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libatomic/configure: line 6889: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libitm/configure: line 7564: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libbacktrace/configure: line 7291: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libcc1/configure: line 6552: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libquadmath/configure: line 6547: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libsanitizer/configure: line 8134: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libvtv/configure: line 8029: /usr/bin/file: No such file or directory
/bb.download/source/gcc-13.2.0/libssp/configure: line 6733: /usr/bin/file: No such file or directory
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libobjc/Object.m:31:1: warning: class 'Object' defined without specifying a base class [-Wobjc-root-class]
   31 | - (Class)class
      | ^
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libobjc/sendmsg.c: In function '__objc_get_forward_imp':
/bb.download/source/gcc-13.2.0/libobjc/sendmsg.c:129:16: warning: cast between incompatible function types from '__big (*)(struct objc_object *, const struct objc_selector *, ...)' to 'struct objc_object * (*)(struct objc_object *, const struct objc_selector *, ...)' [-Wcast-function-type]
  129 |         return (IMP)__objc_block_forward;
      |                ^
/bb.download/source/gcc-13.2.0/libobjc/sendmsg.c:131:16: warning: cast between incompatible function types from 'double (*)(struct objc_object *, const struct objc_selector *, ...)' to 'struct objc_object * (*)(struct objc_object *, const struct objc_selector *, ...)' [-Wcast-function-type]
  131 |         return (IMP)__objc_double_forward;
      |                ^
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1149: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixincl.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixtests.c:48:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixfixes.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/server.c:49:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/procopen.c:49:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/fixincludes/system.h:188,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixlib.h:29,
                 from /bb.download/source/gcc-13.2.0/fixincludes/fixopts.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  141 | extern _Float32 strtof32 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  147 | extern _Float64 strtof64 (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  153 | extern _Float128 strtof128 (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  159 | extern _Float32x strtof32x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  165 | extern _Float64x strtof64x (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  299 |                        _Float32 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  305 |                        _Float64 __f)
      |                        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  311 |                         _Float128 __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  317 |                         _Float32x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  323 |                         _Float64x __f)
      |                         ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
  436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
  443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
      |        ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
  450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
  457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
  464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
      |        ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:196:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                 ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
                 from /bb.download/source/gcc-13.2.0/fixincludes/system.h:217:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
   26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
      |                                                 ^~~
/BuggyBox/binutils/2.41/bootstrap/bin/ld: .libs/gets-chk.o: in function `__gets_chk':
/bb.download/source/gcc-13.2.0/libssp/gets-chk.c:74:(.text+0x114): warning: the `gets' function is dangerous and should not be used.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
Makefile:910: warning: overriding recipe for target 'all-multi'
Makefile:901: warning: ignoring old recipe for target 'all-multi'
Makefile:910: warning: overriding recipe for target 'all-multi'
Makefile:901: warning: ignoring old recipe for target 'all-multi'
Makefile:910: warning: overriding recipe for target 'all-multi'
Makefile:901: warning: ignoring old recipe for target 'all-multi'
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1143: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
sh: line 1: locale: command not found
Prototype mismatch: sub Texinfo::Convert::Paragraph::new ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 53, <$fh> line 8.
Subroutine new redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 40, <$fh> line 8.
Subroutine end_line_count redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 74, <$fh> line 8.
Subroutine counter redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 80, <$fh> line 8.
Subroutine end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 86, <$fh> line 8.
Subroutine _end_line redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 94, <$fh> line 8.
Subroutine get_pending redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 111, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_pending_word ($;@) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 129, <$fh> line 8.
Subroutine add_pending_word redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 124, <$fh> line 8.
Subroutine end redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 170, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_next ($$;@) vs ($;$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 199, <$fh> line 8.
Subroutine add_next redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 193, <$fh> line 8.
Subroutine remove_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 258, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::add_end_sentence ($$) vs ($;$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 267, <$fh> line 8.
Subroutine add_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 263, <$fh> line 8.
Subroutine allow_end_sentence redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 270, <$fh> line 8.
Prototype mismatch: sub Texinfo::Convert::Paragraph::set_space_protection ($$;@) vs ($$;$$$$) at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 298, <$fh> line 8.
Subroutine set_space_protection redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 277, <$fh> line 8.
Subroutine add_text redefined at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm line 305, <$fh> line 8.
Can't exec "locale": No such file or directory at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
Use of uninitialized value in split at /BuggyBox/texinfo/7.1/bootstrap/share/texinfo/Texinfo/Translations.pm line 86.
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp: In function 'const char* __sancov::MaybeCallSancovDefaultOptions()':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp:41:11: warning: the address of 'const char* __sancov_default_options()' will never be NULL [-Waddress]
   41 |   return (&__sancov_default_options) ? __sancov_default_options() : "";
      |          ~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_flag_parser.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.h:15,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp:13:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sancov_flags.cpp:17:43: note: 'const char* __sancov_default_options()' declared here
   17 | SANITIZER_INTERFACE_WEAK_DEF(const char*, __sancov_default_options, void) {
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_internal_defs.h:65:14: note: in definition of macro 'SANITIZER_INTERFACE_WEAK_DEF'
   65 |   ReturnType Name(__VA_ARGS__)
      |              ^~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp:61:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp:53:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp:55:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp:36:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/fs.h:16,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/aio_abi.h:31,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cpp:54:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/fscrypt.h:122:14: warning: ISO C++ forbids flexible array member 'raw' [-Wpedantic]
  122 |         __u8 raw[];
      |              ^~~
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/fscrypt.h:131:14: warning: ISO C++ forbids flexible array member 'raw' [-Wpedantic]
  131 |         __u8 raw[];
      |              ^~~
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/fs.h:89:39: warning: ISO C++ forbids flexible array member 'info' [-Wpedantic]
   89 |         struct file_dedupe_range_info info[];
      |                                       ^~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cpp:58:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/perf_event.h:541:17: warning: ISO C++ forbids flexible array member 'ids' [-Wpedantic]
  541 |         __u32   ids[];
      |                 ^~~
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/perf_event.h:613:24: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  613 |                 struct {
      |                        ^
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/perf_event.h:1269:16: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
 1269 |         struct {
      |                ^
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/perf_event.h:1432:16: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
 1432 |         struct {
      |                ^
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:33:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:52:
/BuggyBox/glibc/2.38/bootstrap/include/wchar.h: In function 'int wctob(wint_t)':
/BuggyBox/glibc/2.38/bootstrap/include/wchar.h:350:47: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits]
  350 | { return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
      |                                          ~~~~~^~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/mount.h:24,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:63:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h: At global scope:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/kernel.h:5,
                 from /BuggyBox/glibc/2.38/bootstrap/include/sys/sysinfo.h:24,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:72:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/sysinfo.h:22:46: warning: ISO C++ forbids zero-size array '_f' [-Wpedantic]
   22 |         char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)];   /* Padding: libc5 uses this.. */
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:75:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/fd.h:375:24: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  375 |                 struct {
      |                        ^
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/in.h:25,
                 from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/mroute.h:7,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:151:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/socket.h:18:24: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
   18 |                 struct {
      |                        ^
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:154:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/serial.h:159:24: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
  159 |                 struct {
      |                        ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp:27:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:159:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp:26:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp: In function '__sanitizer::fd_t __sanitizer::OpenFile(const char*, FileAccessMode, error_t*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp:165:27: warning: 'flags' may be used uninitialized [-Wmaybe-uninitialized]
  165 |   fd_t res = internal_open(filename, flags, 0660);
      |              ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_posix.cpp:159:7: note: 'flags' was declared here
  159 |   int flags;
      |       ^~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:246:6: warning: ISO C++ forbids flexible array member 'data' [-Wpedantic]
  246 |   u8 data[];
      |      ^~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In member function '__sanitizer::uptr __sanitizer::SLeb128Decoder::operator*()',
    inlined from '__sanitizer::uptr* __sanitizer::UncompressDelta(const u8*, const u8*, uptr*, uptr*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:216:49,
    inlined from '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:279:37:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:192:17: warning: 'diff' may be used uninitialized [-Wmaybe-uninitialized]
  192 |     previous += diff;
      |                 ^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp: In member function '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:190:10: note: 'diff' was declared here
  190 |     sptr diff;
      |          ^~~~
In member function '__sanitizer::uptr __sanitizer::SLeb128Decoder::operator*()',
    inlined from 'ItOut __sanitizer::LzwDecode(ItIn, ItIn, ItOut) [with T = long unsigned int; ItIn = SLeb128Decoder; ItOut = long unsigned int*]' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_lzw.h:130:27,
    inlined from '__sanitizer::uptr* __sanitizer::UncompressLzw(const u8*, const u8*, uptr*, uptr*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:232:23,
    inlined from '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:283:35:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:192:17: warning: 'diff' may be used uninitialized [-Wmaybe-uninitialized]
  192 |     previous += diff;
      |                 ^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp: In member function '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:190:10: note: 'diff' was declared here
  190 |     sptr diff;
      |          ^~~~
In member function '__sanitizer::uptr __sanitizer::SLeb128Decoder::operator*()',
    inlined from 'ItOut __sanitizer::LzwDecode(ItIn, ItIn, ItOut) [with T = long unsigned int; ItIn = SLeb128Decoder; ItOut = long unsigned int*]' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_lzw.h:91:25,
    inlined from '__sanitizer::uptr* __sanitizer::UncompressLzw(const u8*, const u8*, uptr*, uptr*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:232:23,
    inlined from '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:283:35:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:192:17: warning: 'diff' may be used uninitialized [-Wmaybe-uninitialized]
  192 |     previous += diff;
      |                 ^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp: In member function '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:190:10: note: 'diff' was declared here
  190 |     sptr diff;
      |          ^~~~
In member function '__sanitizer::uptr __sanitizer::SLeb128Decoder::operator*()',
    inlined from 'ItOut __sanitizer::LzwDecode(ItIn, ItIn, ItOut) [with T = long unsigned int; ItIn = SLeb128Decoder; ItOut = long unsigned int*]' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_lzw.h:98:9,
    inlined from '__sanitizer::uptr* __sanitizer::UncompressLzw(const u8*, const u8*, uptr*, uptr*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:232:23,
    inlined from '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:283:35:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:192:17: warning: 'diff' may be used uninitialized [-Wmaybe-uninitialized]
  192 |     previous += diff;
      |                 ^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp: In member function '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:190:10: note: 'diff' was declared here
  190 |     sptr diff;
      |          ^~~~
In member function '__sanitizer::uptr __sanitizer::SLeb128Decoder::operator*()',
    inlined from 'ItOut __sanitizer::LzwDecode(ItIn, ItIn, ItOut) [with T = long unsigned int; ItIn = SLeb128Decoder; ItOut = long unsigned int*]' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_lzw.h:134:24,
    inlined from '__sanitizer::uptr* __sanitizer::UncompressLzw(const u8*, const u8*, uptr*, uptr*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:232:23,
    inlined from '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:283:35:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:192:17: warning: 'diff' may be used uninitialized [-Wmaybe-uninitialized]
  192 |     previous += diff;
      |                 ^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp: In member function '__sanitizer::uptr* __sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:190:10: note: 'diff' was declared here
  190 |     sptr diff;
      |          ^~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libgfortran/configure: line 8510: /usr/bin/file: No such file or directory
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:29:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/interception/interception_linux.cpp:19:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/lsan/lsan_common_linux.cpp:19:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_linux.cpp:34:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_linux.cpp:32:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_linux.cpp:33:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc: In function 'void* __interceptor_dlopen(const char*, int)':
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp:134:5: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
  134 |     ({                                              \
      |     ^
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:6561:15: note: in expansion of macro 'COMMON_INTERCEPTOR_DLOPEN'
 6561 |   void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp: In function 'void __asan::InitializeSuppressions()':
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp:42:7: warning: the address of 'const char* __asan::__asan_default_suppressions()' will never be NULL [-Waddress]
   42 |   if (&__asan_default_suppressions)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_flags.h:17,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_internal.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp:14:
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_suppressions.cpp:33:44: note: 'const char* __asan::__asan_default_suppressions()' declared here
   33 | SANITIZER_INTERFACE_WEAK_DEF(const char *, __asan_default_suppressions, void) {
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_internal_defs.h:65:14: note: in definition of macro 'SANITIZER_INTERFACE_WEAK_DEF'
   65 |   ReturnType Name(__VA_ARGS__)
      |              ^~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp:14:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc: In function '__sanitizer::uptr __interceptor_ptrace(int, int, void*, void*)':
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_memintrinsics.h:57:10: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_base' may be used uninitialized [-Wmaybe-uninitialized]
   57 |     uptr __offset = (uptr)(offset);                                       \
      |          ^~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors_memintrinsics.h:122:3: note: in expansion of macro 'ACCESS_MEMORY_RANGE'
  122 |   ACCESS_MEMORY_RANGE(ctx, offset, size, true)
      |   ^~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp:98:3: note: in expansion of macro 'ASAN_WRITE_RANGE'
   98 |   ASAN_WRITE_RANGE(ctx, ptr, size)
      |   ^~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3558:7: note: in expansion of macro 'COMMON_INTERCEPTOR_WRITE_RANGE'
 3558 |       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, local_iovec.iov_base,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/asan/asan_interceptors.cpp:175:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3509:21: note: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_base' was declared here
 3509 |   __sanitizer_iovec local_iovec;
      |                     ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3509:21: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_len' may be used uninitialized [-Wmaybe-uninitialized]
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.cpp:19:
In member function '__ubsan::Diag& __ubsan::Diag::AddArg(Arg)',
    inlined from '__ubsan::Diag& __ubsan::Diag::operator<<(const char*)' at /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_diag.h:213:52,
    inlined from 'void __ubsan::__ubsan_handle_cfi_bad_type(CFICheckFailData*, ValueHandle, bool, ReportOptions)' at /bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.cpp:136:24:
/bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_diag.h:193:21: warning: 'CheckKindStr' may be used uninitialized [-Wmaybe-uninitialized]
  193 |     Args[NumArgs++] = A;
      |     ~~~~~~~~~~~~~~~~^~~
/bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.cpp: In function 'void __ubsan::__ubsan_handle_cfi_bad_type(CFICheckFailData*, ValueHandle, bool, ReportOptions)':
/bb.download/source/gcc-13.2.0/libsanitizer/ubsan/ubsan_handlers_cxx.cpp:111:15: note: 'CheckKindStr' was declared here
  111 |   const char *CheckKindStr;
      |               ^~~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc: In function 'void* __interceptor_dlopen(const char*, int)':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.cpp:2400:3: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
 2400 |   ({                                              \
      |   ^
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:6561:15: note: in expansion of macro 'COMMON_INTERCEPTOR_DLOPEN'
 6561 |   void *res = COMMON_INTERCEPTOR_DLOPEN(filename, flag);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/sys/param.h:26,
                 from /BuggyBox/glibc/2.38/bootstrap/include/resolv.h:56,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_linux.cpp:53:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
  124 | # include_next <limits.h>
      |   ^~~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
                 from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_linux.cpp:30:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:26: warning: ISO C++ forbids zero-size array 'f_handle' [-Wpedantic]
  363 |   unsigned char f_handle[0];
      |                          ^
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_linux.cpp:50:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_platform_posix.cpp:17:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.cpp:14:
In function 'void __tsan::TraceEvent(ThreadState*, EventT) [with EventT = EventLock]',
    inlined from 'void __tsan::TraceMutexLock(ThreadState*, EventType, __sanitizer::uptr, __sanitizer::uptr, __sanitizer::StackID)' at /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.cpp:119:13:
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:739:3: warning: 'evp' may be used uninitialized [-Wmaybe-uninitialized]
  739 |   *evp = ev;
      |   ^
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h: In function 'void __tsan::TraceMutexLock(ThreadState*, EventType, __sanitizer::uptr, __sanitizer::uptr, __sanitizer::StackID)':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:733:11: note: 'evp' was declared here
  733 |   EventT *evp;
      |           ^~~
In function 'void __tsan::TraceRelease(ThreadState*, EventT*) [with EventT = EventUnlock]',
    inlined from 'void __tsan::TraceEvent(ThreadState*, EventT) [with EventT = EventUnlock]' at /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:740:15,
    inlined from 'void __tsan::TraceMutexUnlock(ThreadState*, __sanitizer::uptr)' at /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.cpp:131:13:
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:728:52: warning: 'evp' may be used uninitialized [-Wmaybe-uninitialized]
  728 |   atomic_store_relaxed(&thr->trace_pos, (uptr)(evp + 1));
      |                                               ~~~~~^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h: In function 'void __tsan::TraceMutexUnlock(ThreadState*, __sanitizer::uptr)':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:733:11: note: 'evp' was declared here
  733 |   EventT *evp;
      |           ^~~
In function 'void __tsan::TraceRelease(ThreadState*, EventT*) [with EventT = EventTime]',
    inlined from 'void __tsan::TraceEvent(ThreadState*, EventT) [with EventT = EventTime]' at /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:740:15,
    inlined from 'void __tsan::TraceTime(ThreadState*)' at /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl_access.cpp:145:13:
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:728:52: warning: 'evp' may be used uninitialized [-Wmaybe-uninitialized]
  728 |   atomic_store_relaxed(&thr->trace_pos, (uptr)(evp + 1));
      |                                               ~~~~~^~~~
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h: In function 'void __tsan::TraceTime(ThreadState*)':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:733:11: note: 'evp' was declared here
  733 |   EventT *evp;
      |           ^~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.cpp:13:
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_dense_alloc.h: In instantiation of 'void __tsan::DenseSlabAlloc< <template-parameter-1-1>, <anonymous>, <anonymous>, <anonymous> >::Drain(Cache*) [with T = __tsan::MBlock; long unsigned int kL1Size = 262144; long unsigned int kL2Size = 4096; long long unsigned int kReserved = 3221225472; Cache = __tsan::DenseSlabAllocCache]':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_dense_alloc.h:77:7:   required from 'void __tsan::DenseSlabAlloc< <template-parameter-1-1>, <anonymous>, <anonymous>, <anonymous> >::Free(Cache*, IndexT) [with T = __tsan::MBlock; long unsigned int kL1Size = 262144; long unsigned int kL2Size = 4096; long long unsigned int kReserved = 3221225472; Cache = __tsan::DenseSlabAllocCache; IndexT = unsigned int]'
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.cpp:84:26:   required from here
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_dense_alloc.h:165:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  165 |       xchg = head_idx | (cmp & kCounterMask) + kCounterInc;
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_dense_alloc.h: In instantiation of 'void __tsan::DenseSlabAlloc< <template-parameter-1-1>, <anonymous>, <anonymous>, <anonymous> >::Drain(Cache*) [with T = __tsan::SyncVar; long unsigned int kL1Size = 1048576; long unsigned int kL2Size = 1024; long long unsigned int kReserved = 3221225472; Cache = __tsan::DenseSlabAllocCache]':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_dense_alloc.h:77:7:   required from 'void __tsan::DenseSlabAlloc< <template-parameter-1-1>, <anonymous>, <anonymous>, <anonymous> >::Free(Cache*, IndexT) [with T = __tsan::SyncVar; long unsigned int kL1Size = 1048576; long unsigned int kL2Size = 1024; long long unsigned int kReserved = 3221225472; Cache = __tsan::DenseSlabAllocCache; IndexT = unsigned int]'
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_sync.cpp:92:25:   required from here
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_dense_alloc.h:165:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc: In function '__sanitizer::uptr __interceptor_ptrace(int, int, void*, void*)':
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.cpp:2364:20: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_base' may be used uninitialized [-Wmaybe-uninitialized]
 2364 |   MemoryAccessRange(((TsanInterceptorContext *)ctx)->thr,                 \
      |   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2365 |                     ((TsanInterceptorContext *)ctx)->pc, (uptr)ptr, size, \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2366 |                     true)
      |                     ~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3558:7: note: in expansion of macro 'COMMON_INTERCEPTOR_WRITE_RANGE'
 3558 |       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, local_iovec.iov_base,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.cpp:2496:
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3509:21: note: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_base' was declared here
 3509 |   __sanitizer_iovec local_iovec;
      |                     ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors.h:5,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_interceptors_posix.cpp:26:
In function 'void __tsan::MemoryAccessRange(ThreadState*, __sanitizer::uptr, __sanitizer::uptr, __sanitizer::uptr, bool)',
    inlined from '__sanitizer::uptr __interceptor_ptrace(int, int, void*, void*)' at /bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3558:7:
/bb.download/source/gcc-13.2.0/libsanitizer/tsan/tsan_rtl.h:536:3: warning: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_len' may be used uninitialized [-Wmaybe-uninitialized]
  536 |   if (size == 0)
      |   ^~
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc: In function '__sanitizer::uptr __interceptor_ptrace(int, int, void*, void*)':
/bb.download/source/gcc-13.2.0/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:3509:21: note: 'local_iovec.__sanitizer::__sanitizer_iovec::iov_len' was declared here
 3509 |   __sanitizer_iovec local_iovec;
      |                     ^~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c: In function 'date_and_time':
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:175:40: warning: '%04d' directive output may be truncated writing between 4 and 11 bytes into a region of size 9 [-Wformat-truncation=]
  175 |         snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |                                        ^~~~
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:175:39: note: directive argument in the range [-2147481748, 2147483647]
  175 |         snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |                                       ^~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:175:39: note: directive argument in the range [-2147483647, 2147483647]
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:175:9: note: 'snprintf' output between 9 and 34 bytes into a destination of size 9
  175 |         snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176 |                   values[0], values[1], values[2]);
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:182:40: warning: '%+03d' directive output may be truncated writing between 3 and 9 bytes into a region of size 6 [-Wformat-truncation=]
  182 |         snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |                                        ^~~~~
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:182:39: note: directive argument in the range [-35791394, 35791394]
  182 |         snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |                                       ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:182:39: note: directive argument in the range [0, 59]
/bb.download/source/gcc-13.2.0/libgfortran/intrinsics/date_and_time.c:182:9: note: 'snprintf' output between 6 and 12 bytes into a destination of size 6
  182 |         snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |                   values[3] / 60, abs (values[3] % 60));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocation_functions.cpp:15:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:14:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocator.cpp:17:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocator.cpp:19:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:83:37: warning: 'nodebug' attribute directive ignored [-Wattributes]
   83 |     tag_t mem_tag, uptr ptr, uptr sz) {
      |                                     ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:72: warning: 'nodebug' attribute directive ignored [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                                        ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:116:78: warning: 'nodebug' attribute directive ignored [-Wattributes]
  116 |                                                                       uptr sz) {
      |                                                                              ^
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_dynamic_shadow.cpp:18:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocator.cpp:21:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_malloc_bisect.h: In function 'bool __hwasan::malloc_bisect(__sanitizer::StackTrace*, __sanitizer::uptr)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_malloc_bisect.h:44:22: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
   44 |     Printf("[alloc] %u %zu\n", h, orig_size);
      |                     ~^         ~
      |                      |         |
      |                      |         __sanitizer::uptr {aka long unsigned int}
      |                      unsigned int
      |                     %lu
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_poisoning.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_exceptions.cpp:14:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:16:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:83:37: warning: 'nodebug' attribute directive ignored [-Wattributes]
   83 |     tag_t mem_tag, uptr ptr, uptr sz) {
      |                                     ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:72: warning: 'nodebug' attribute directive ignored [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                                        ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:116:78: warning: 'nodebug' attribute directive ignored [-Wattributes]
  116 |                                                                       uptr sz) {
      |                                                                              ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h: At global scope:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:82:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
   82 | __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches(
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp: In function 'void __hwasan::HwasanFormatMemoryUsage(__sanitizer::InternalScopedString&)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:150:21: warning: format '%d' expects argument of type 'int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  150 |       "HWASAN pid: %d rss: %zd threads: %zd stacks: %zd"
      |                    ~^
      |                     |
      |                     int
      |                    %ld
......
  153 |       internal_getpid(), GetRSS(), thread_stats.n_live_threads,
      |       ~~~~~~~~~~~~~~~~~
      |                      |
      |                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp: At global scope:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:322:52: warning: constructor priorities from 0 to 100 are reserved for the implementation [-Wprio-ctor-dtor]
  322 | __attribute__((constructor(0))) void __hwasan_init() {
      |                                                    ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp: In function 'void __hwasan_init()':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:343:6: warning: 'if constexpr' only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
  343 |   if constexpr (!SANITIZER_FUCHSIA) {
      |      ^~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp: In function 'void __hwasan_handle_longjmp(const void*)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:539:47: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  539 |         "stack top: %p; target %p; distance: %p (%zd)\n"
      |                                              ~^
      |                                               |
      |                                               void*
      |                                              %ld
  540 |         "False positive error reports may follow\n",
  541 |         (void *)sp, (void *)dst, dst - sp);
      |                                  ~~~~~~~~      
      |                                      |
      |                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.cpp:539:52: warning: format '%zd' expects a matching 'signed size_t' argument [-Wformat=]
  539 |         "stack top: %p; target %p; distance: %p (%zd)\n"
      |                                                  ~~^
      |                                                    |
      |                                                    long int
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h: At global scope:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   22 | __attribute__((always_inline)) static void SigTrap(uptr p) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:57:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   57 | __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   22 | __attribute__((always_inline)) static void SigTrap(uptr p) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:57:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   57 | __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   22 | __attribute__((always_inline)) static void SigTrap(uptr p) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:57:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   57 | __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   22 | __attribute__((always_inline)) static void SigTrap(uptr p) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:22:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:57:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   57 | __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                     ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:115:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  115 | __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p,
      |                                                     ^~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                     ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:115:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  115 | __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p,
      |                                                     ^~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                     ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:115:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  115 | __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p,
      |                                                     ^~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                     ^~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:115:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  115 | __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p,
      |                                                     ^~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:82:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
   82 | __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches(
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_globals.h:17,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_globals.cpp:14:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors.cpp:18:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_linux.cpp:18:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_memintrinsics.cpp:16:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interceptors.cpp:73:1: warning: 'always_inline' function might not be inlinable [-Wattributes]
   73 | InternalLongjmp(__hw_register_buf env, int retval) {
      | ^~~~~~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_new_delete.cpp:14:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_memintrinsics.cpp:17:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:83:37: warning: 'nodebug' attribute directive ignored [-Wattributes]
   83 |     tag_t mem_tag, uptr ptr, uptr sz) {
      |                                     ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:101:72: warning: 'nodebug' attribute directive ignored [-Wattributes]
  101 | __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) {
      |                                                                        ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:116:78: warning: 'nodebug' attribute directive ignored [-Wattributes]
  116 |                                                                       uptr sz) {
      |                                                                              ^
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:57:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
   57 | __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) {
      |                                            ^~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:57:44: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:115:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
  115 | __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p,
      |                                                     ^~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:115:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_checks.h:82:53: warning: 'always_inline' function might not be inlinable [-Wattributes]
   82 | __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches(
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_new_delete.cpp:79:53: warning: the program should also define 'void operator delete(void*, long unsigned int)' [-Wsized-deallocation]
   79 | INTERCEPTOR_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE void operator delete(
      |                                                     ^~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_new_delete.cpp:83:53: warning: the program should also define 'void operator delete [](void*, long unsigned int)' [-Wsized-deallocation]
   83 | INTERCEPTOR_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE void operator delete[](
      |                                                     ^~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_poisoning.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_poisoning.cpp:13:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:16:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In function 'void __hwasan::ShowHeapOrGlobalCandidate(__sanitizer::uptr, tag_t*, tag_t*, tag_t*)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:321:14: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  321 |     Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n",
      |             ~^
      |              |
      |              void*
      |             %ld
  322 |            untagged_addr, offset, whence, chunk.UsedSize(), chunk.Beg(),
      |            ~~~~~~~~~~~~~
      |            |
      |            __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:321:60: warning: format '%p' expects argument of type 'void*', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  321 |     Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n",
      |                                                           ~^
      |                                                            |
      |                                                            void*
      |                                                           %ld
  322 |            untagged_addr, offset, whence, chunk.UsedSize(), chunk.Beg(),
      |                                                             ~~~~~~~~~~~
      |                                                                      |
      |                                                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:321:63: warning: format '%p' expects argument of type 'void*', but argument 7 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  321 |     Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n",
      |                                                              ~^
      |                                                               |
      |                                                               void*
      |                                                              %ld
  322 |            untagged_addr, offset, whence, chunk.UsedSize(), chunk.Beg(),
  323 |            chunk.End());
      |            ~~~~~~~~~~~                                         
      |                     |
      |                     __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:343:13: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  343 |           "%p is located %zd bytes %s a %zd-byte global variable "
      |            ~^
      |             |
      |             void*
      |            %ld
  344 |           "%s [%p,%p) in %s\n",
  345 |           untagged_addr,
      |           ~~~~~~~~~~~~~
      |           |
      |           __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:344:17: warning: format '%p' expects argument of type 'void*', but argument 7 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  344 |           "%s [%p,%p) in %s\n",
      |                ~^
      |                 |
      |                 void*
      |                %ld
......
  349 |           info.start, info.start + info.size, module_name);
      |           ~~~~~~~~~~
      |                |
      |                __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:344:20: warning: format '%p' expects argument of type 'void*', but argument 8 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  344 |           "%s [%p,%p) in %s\n",
      |                   ~^
      |                    |
      |                    void*
      |                   %ld
......
  349 |           info.start, info.start + info.size, module_name);
      |                       ~~~~~~~~~~~~~~~~~~~~~~
      |                                  |
      |                                  __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:355:15: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  355 |             "%p is located %s a global variable in "
      |              ~^
      |               |
      |               void*
      |              %ld
  356 |             "\n    #0 0x%x (%s+0x%x)\n",
  357 |             untagged_addr, candidate == left ? "after" : "before", mem,
      |             ~~~~~~~~~~~~~
      |             |
      |             __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:356:26: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  356 |             "\n    #0 0x%x (%s+0x%x)\n",
      |                         ~^
      |                          |
      |                          unsigned int
      |                         %lx
  357 |             untagged_addr, candidate == left ? "after" : "before", mem,
      |                                                                    ~~~
      |                                                                    |
      |                                                                    __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:356:35: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  356 |             "\n    #0 0x%x (%s+0x%x)\n",
      |                                  ~^
      |                                   |
      |                                   unsigned int
      |                                  %lx
  357 |             untagged_addr, candidate == left ? "after" : "before", mem,
  358 |             module_name, module_address);
      |                          ~~~~~~~~~~~~~~
      |                          |
      |                          __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:361:15: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  361 |             "%p is located %s a %zd-byte global variable in "
      |              ~^
      |               |
      |               void*
      |              %ld
  362 |             "\n    #0 0x%x (%s+0x%x)\n",
  363 |             untagged_addr, candidate == left ? "after" : "before", size, mem,
      |             ~~~~~~~~~~~~~
      |             |
      |             __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:362:26: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  362 |             "\n    #0 0x%x (%s+0x%x)\n",
      |                         ~^
      |                          |
      |                          unsigned int
      |                         %lx
  363 |             untagged_addr, candidate == left ? "after" : "before", size, mem,
      |                                                                          ~~~
      |                                                                          |
      |                                                                          __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:362:35: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  362 |             "\n    #0 0x%x (%s+0x%x)\n",
      |                                  ~^
      |                                   |
      |                                   unsigned int
      |                                  %lx
  363 |             untagged_addr, candidate == left ? "after" : "before", size, mem,
  364 |             module_name, module_address);
      |                          ~~~~~~~~~~~~~~
      |                          |
      |                          __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In function 'void __hwasan::PrintAddressDescription(__sanitizer::uptr, __sanitizer::uptr, StackAllocationsRingBuffer*)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:378:16: warning: format '%p' expects argument of type 'void*', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  378 |     Printf("%s%p is HWAsan shadow memory.\n%s", d.Location(), untagged_addr,
      |               ~^                                              ~~~~~~~~~~~~~
      |                |                                              |
      |                void*                                          __sanitizer::uptr {aka long unsigned int}
      |               %ld
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:387:17: warning: format '%p' expects argument of type 'void*', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  387 |     Printf("%s[%p,%p) is a %s %s heap chunk; "
      |                ~^
      |                 |
      |                 void*
      |                %ld
......
  390 |            beg, beg + size,
      |            ~~~   
      |            |
      |            __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:387:20: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  387 |     Printf("%s[%p,%p) is a %s %s heap chunk; "
      |                   ~^
      |                    |
      |                    void*
      |                   %ld
......
  390 |            beg, beg + size,
      |                 ~~~~~~~~~~
      |                     |
      |                     __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In lambda function:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:410:24: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  410 |       Printf("Address %p is located in stack of thread T%zd\n", untagged_addr,
      |                       ~^                                        ~~~~~~~~~~~~~
      |                        |                                        |
      |                        void*                                    __sanitizer::uptr {aka long unsigned int}
      |                       %ld
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:410:59: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type '__sanitizer::u64' {aka 'long long unsigned int'} [-Wformat=]
  410 |       Printf("Address %p is located in stack of thread T%zd\n", untagged_addr,
      |                                                         ~~^
      |                                                           |
      |                                                           long int
      |                                                         %lld
  411 |              t->unique_id());
      |              ~~~~~~~~~~~~~~                                
      |                          |
      |                          __sanitizer::u64 {aka long long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In lambda function:
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:462:16: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  462 |       Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n",
      |               ~^
      |                |
      |                void*
      |               %ld
  463 |              untagged_addr, untagged_addr - UntagAddr(har.tagged_addr),
      |              ~~~~~~~~~~~~~
      |              |
      |              __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:462:50: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type '__sanitizer::u32' {aka 'unsigned int'} [-Wformat=]
  462 |       Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n",
      |                                                ~~^
      |                                                  |
      |                                                  long int
      |                                                %d
  463 |              untagged_addr, untagged_addr - UntagAddr(har.tagged_addr),
  464 |              har.requested_size, UntagAddr(har.tagged_addr),
      |              ~~~~~~~~~~~~~~~~~~                   
      |                  |
      |                  __sanitizer::u32 {aka unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:462:66: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  462 |       Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n",
      |                                                                 ~^
      |                                                                  |
      |                                                                  void*
      |                                                                 %ld
  463 |              untagged_addr, untagged_addr - UntagAddr(har.tagged_addr),
  464 |              har.requested_size, UntagAddr(har.tagged_addr),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~       
      |                                           |
      |                                           __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:462:69: warning: format '%p' expects argument of type 'void*', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  462 |       Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n",
      |                                                                    ~^
      |                                                                     |
      |                                                                     void*
      |                                                                    %ld
......
  465 |              UntagAddr(har.tagged_addr) + har.requested_size);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         
      |                                         |
      |                                         __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:467:34: warning: format '%zd' expects argument of type 'signed size_t', but argument 2 has type '__sanitizer::u64' {aka 'long long unsigned int'} [-Wformat=]
  467 |       Printf("freed by thread T%zd here:\n", t->unique_id());
      |                                ~~^           ~~~~~~~~~~~~~~
      |                                  |                       |
      |                                  long int                __sanitizer::u64 {aka long long unsigned int}
      |                                %lld
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:472:14: warning: too many arguments for format [-Wformat-extra-args]
  472 |       Printf("previously allocated here:\n", t);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:478:55: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'int' [-Wformat=]
  478 |       Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ring_index + 1,
      |                                                     ~~^
      |                                                       |
      |                                                       long int
      |                                                     %d
  479 |              flags()->heap_history_size);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~                
      |                       |
      |                       int
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In function 'void __hwasan::ReportInvalidFree(__sanitizer::StackTrace*, __sanitizer::uptr)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:585:39: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  585 |     Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n",
      |                                      ~^
      |                                       |
      |                                       void*
      |                                      %ld
  586 |            SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id());
      |                                         ~~~~~~~~~~~~~
      |                                         |
      |                                         __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:585:48: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  585 |     Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n",
      |                                               ~^
      |                                                |
      |                                                void*
      |                                               %ld
  586 |            SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id());
      |                                                        ~~
      |                                                        |
      |                                                        __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:585:63: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type '__sanitizer::u64' {aka 'long long unsigned int'} [-Wformat=]
  585 |     Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n",
      |                                                             ~~^
      |                                                               |
      |                                                               long int
      |                                                             %lld
  586 |            SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id());
      |                                                            ~~~~~~~~~~~~~~~~~~~
      |                                                                             |
      |                                                                             __sanitizer::u64 {aka long long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:588:39: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  588 |     Report("ERROR: %s: %s on address %p at pc %p on unknown thread\n",
      |                                      ~^
      |                                       |
      |                                       void*
      |                                      %ld
  589 |            SanitizerToolName, bug_type, untagged_addr, pc);
      |                                         ~~~~~~~~~~~~~
      |                                         |
      |                                         __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:588:48: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  588 |     Report("ERROR: %s: %s on address %p at pc %p on unknown thread\n",
      |                                               ~^
      |                                                |
      |                                                void*
      |                                               %ld
  589 |            SanitizerToolName, bug_type, untagged_addr, pc);
      |                                                        ~~
      |                                                        |
      |                                                        __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In function 'void __hwasan::ReportTailOverwritten(__sanitizer::StackTrace*, __sanitizer::uptr, __sanitizer::uptr, const __sanitizer::u8*)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:623:40: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  623 |   Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName,
      |                                       ~^
      |                                        |
      |                                        void*
      |                                       %ld
  624 |          bug_type, untagged_addr, untagged_addr + orig_size, orig_size);
      |                    ~~~~~~~~~~~~~        
      |                    |
      |                    __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:623:43: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  623 |   Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName,
      |                                          ~^
      |                                           |
      |                                           void*
      |                                          %ld
  624 |          bug_type, untagged_addr, untagged_addr + orig_size, orig_size);
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In function 'void __hwasan::ReportTagMismatch(__sanitizer::StackTrace*, __sanitizer::uptr, __sanitizer::uptr, bool, bool, __sanitizer::uptr*)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:691:37: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  691 |   Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type,
      |                                    ~^
      |                                     |
      |                                     void*
      |                                    %ld
  692 |          untagged_addr, pc);
      |          ~~~~~~~~~~~~~               
      |          |
      |          __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:691:46: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  691 |   Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type,
      |                                             ~^
      |                                              |
      |                                              void*
      |                                             %ld
  692 |          untagged_addr, pc);
      |                         ~~                    
      |                         |
      |                         __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:722:29: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  722 |         "%s of size %zu at %p tags: %02x/%02x(%02x) (ptr/mem) in thread T%zd\n",
      |                            ~^
      |                             |
      |                             void*
      |                            %ld
  723 |         is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag,
      |                                                   ~~~~~~~~~~~~~
      |                                                   |
      |                                                   __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:722:76: warning: format '%zd' expects argument of type 'signed size_t', but argument 8 has type '__sanitizer::u64' {aka 'long long unsigned int'} [-Wformat=]
  722 |         "%s of size %zu at %p tags: %02x/%02x(%02x) (ptr/mem) in thread T%zd\n",
      |                                                                          ~~^
      |                                                                            |
      |                                                                            long int
      |                                                                          %lld
  723 |         is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag,
  724 |         mem_tag, short_tag, t->unique_id());
      |                             ~~~~~~~~~~~~~~                                  
      |                                         |
      |                                         __sanitizer::u64 {aka long long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:726:32: warning: format '%p' expects argument of type 'void*', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  726 |     Printf("%s of size %zu at %p tags: %02x/%02x (ptr/mem) in thread T%zd\n",
      |                               ~^
      |                                |
      |                                void*
      |                               %ld
  727 |            is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag,
      |                                                      ~~~~~~~~~~~~~
      |                                                      |
      |                                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:726:73: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type '__sanitizer::u64' {aka 'long long unsigned int'} [-Wformat=]
  726 |     Printf("%s of size %zu at %p tags: %02x/%02x (ptr/mem) in thread T%zd\n",
      |                                                                       ~~^
      |                                                                         |
      |                                                                         long int
      |                                                                       %lld
  727 |            is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag,
  728 |            mem_tag, t->unique_id());
      |                     ~~~~~~~~~~~~~~                                       
      |                                 |
      |                                 __sanitizer::u64 {aka long long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp: In function 'void __hwasan::ReportRegisters(__sanitizer::uptr*, __sanitizer::uptr)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:751:53: warning: format '%p' expects argument of type 'void*', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  751 |   Printf("Registers where the failure occurred (pc %p):\n", pc);
      |                                                    ~^       ~~
      |                                                     |       |
      |                                                     void*   __sanitizer::uptr {aka long unsigned int}
      |                                                    %ld
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:764:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  764 |   Printf("    x4  %016llx  x5  %016llx  x6  %016llx  x7  %016llx\n",
      |                   ~~~~~~^
      |                         |
      |                         long long unsigned int
      |                   %016lx
  765 |        frame[4], frame[5], frame[6], frame[7]);
      |        ~~~~~~~~          
      |               |
      |               __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:764:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  764 |   Printf("    x4  %016llx  x5  %016llx  x6  %016llx  x7  %016llx\n",
      |                                ~~~~~~^
      |                                      |
      |                                      long long unsigned int
      |                                %016lx
  765 |        frame[4], frame[5], frame[6], frame[7]);
      |                  ~~~~~~~~             
      |                         |
      |                         __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:764:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  764 |   Printf("    x4  %016llx  x5  %016llx  x6  %016llx  x7  %016llx\n",
      |                                             ~~~~~~^
      |                                                   |
      |                                                   long long unsigned int
      |                                             %016lx
  765 |        frame[4], frame[5], frame[6], frame[7]);
      |                            ~~~~~~~~                
      |                                   |
      |                                   __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:764:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  764 |   Printf("    x4  %016llx  x5  %016llx  x6  %016llx  x7  %016llx\n",
      |                                                          ~~~~~~^
      |                                                                |
      |                                                                long long unsigned int
      |                                                          %016lx
  765 |        frame[4], frame[5], frame[6], frame[7]);
      |                                      ~~~~~~~~                   
      |                                             |
      |                                             __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:766:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  766 |   Printf("    x8  %016llx  x9  %016llx  x10 %016llx  x11 %016llx\n",
      |                   ~~~~~~^
      |                         |
      |                         long long unsigned int
      |                   %016lx
  767 |        frame[8], frame[9], frame[10], frame[11]);
      |        ~~~~~~~~          
      |               |
      |               __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:766:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  766 |   Printf("    x8  %016llx  x9  %016llx  x10 %016llx  x11 %016llx\n",
      |                                ~~~~~~^
      |                                      |
      |                                      long long unsigned int
      |                                %016lx
  767 |        frame[8], frame[9], frame[10], frame[11]);
      |                  ~~~~~~~~             
      |                         |
      |                         __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:766:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  766 |   Printf("    x8  %016llx  x9  %016llx  x10 %016llx  x11 %016llx\n",
      |                                             ~~~~~~^
      |                                                   |
      |                                                   long long unsigned int
      |                                             %016lx
  767 |        frame[8], frame[9], frame[10], frame[11]);
      |                            ~~~~~~~~~               
      |                                    |
      |                                    __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:766:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  766 |   Printf("    x8  %016llx  x9  %016llx  x10 %016llx  x11 %016llx\n",
      |                                                          ~~~~~~^
      |                                                                |
      |                                                                long long unsigned int
      |                                                          %016lx
  767 |        frame[8], frame[9], frame[10], frame[11]);
      |                                       ~~~~~~~~~                 
      |                                               |
      |                                               __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:768:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  768 |   Printf("    x12 %016llx  x13 %016llx  x14 %016llx  x15 %016llx\n",
      |                   ~~~~~~^
      |                         |
      |                         long long unsigned int
      |                   %016lx
  769 |        frame[12], frame[13], frame[14], frame[15]);
      |        ~~~~~~~~~         
      |                |
      |                __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:768:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  768 |   Printf("    x12 %016llx  x13 %016llx  x14 %016llx  x15 %016llx\n",
      |                                ~~~~~~^
      |                                      |
      |                                      long long unsigned int
      |                                %016lx
  769 |        frame[12], frame[13], frame[14], frame[15]);
      |                   ~~~~~~~~~           
      |                           |
      |                           __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:768:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  768 |   Printf("    x12 %016llx  x13 %016llx  x14 %016llx  x15 %016llx\n",
      |                                             ~~~~~~^
      |                                                   |
      |                                                   long long unsigned int
      |                                             %016lx
  769 |        frame[12], frame[13], frame[14], frame[15]);
      |                              ~~~~~~~~~             
      |                                      |
      |                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:768:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  768 |   Printf("    x12 %016llx  x13 %016llx  x14 %016llx  x15 %016llx\n",
      |                                                          ~~~~~~^
      |                                                                |
      |                                                                long long unsigned int
      |                                                          %016lx
  769 |        frame[12], frame[13], frame[14], frame[15]);
      |                                         ~~~~~~~~~               
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:770:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  770 |   Printf("    x16 %016llx  x17 %016llx  x18 %016llx  x19 %016llx\n",
      |                   ~~~~~~^
      |                         |
      |                         long long unsigned int
      |                   %016lx
  771 |        frame[16], frame[17], frame[18], frame[19]);
      |        ~~~~~~~~~         
      |                |
      |                __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:770:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  770 |   Printf("    x16 %016llx  x17 %016llx  x18 %016llx  x19 %016llx\n",
      |                                ~~~~~~^
      |                                      |
      |                                      long long unsigned int
      |                                %016lx
  771 |        frame[16], frame[17], frame[18], frame[19]);
      |                   ~~~~~~~~~           
      |                           |
      |                           __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:770:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  770 |   Printf("    x16 %016llx  x17 %016llx  x18 %016llx  x19 %016llx\n",
      |                                             ~~~~~~^
      |                                                   |
      |                                                   long long unsigned int
      |                                             %016lx
  771 |        frame[16], frame[17], frame[18], frame[19]);
      |                              ~~~~~~~~~             
      |                                      |
      |                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:770:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  770 |   Printf("    x16 %016llx  x17 %016llx  x18 %016llx  x19 %016llx\n",
      |                                                          ~~~~~~^
      |                                                                |
      |                                                                long long unsigned int
      |                                                          %016lx
  771 |        frame[16], frame[17], frame[18], frame[19]);
      |                                         ~~~~~~~~~               
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:772:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  772 |   Printf("    x20 %016llx  x21 %016llx  x22 %016llx  x23 %016llx\n",
      |                   ~~~~~~^
      |                         |
      |                         long long unsigned int
      |                   %016lx
  773 |        frame[20], frame[21], frame[22], frame[23]);
      |        ~~~~~~~~~         
      |                |
      |                __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:772:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  772 |   Printf("    x20 %016llx  x21 %016llx  x22 %016llx  x23 %016llx\n",
      |                                ~~~~~~^
      |                                      |
      |                                      long long unsigned int
      |                                %016lx
  773 |        frame[20], frame[21], frame[22], frame[23]);
      |                   ~~~~~~~~~           
      |                           |
      |                           __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:772:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  772 |   Printf("    x20 %016llx  x21 %016llx  x22 %016llx  x23 %016llx\n",
      |                                             ~~~~~~^
      |                                                   |
      |                                                   long long unsigned int
      |                                             %016lx
  773 |        frame[20], frame[21], frame[22], frame[23]);
      |                              ~~~~~~~~~             
      |                                      |
      |                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:772:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  772 |   Printf("    x20 %016llx  x21 %016llx  x22 %016llx  x23 %016llx\n",
      |                                                          ~~~~~~^
      |                                                                |
      |                                                                long long unsigned int
      |                                                          %016lx
  773 |        frame[20], frame[21], frame[22], frame[23]);
      |                                         ~~~~~~~~~               
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:774:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  774 |   Printf("    x24 %016llx  x25 %016llx  x26 %016llx  x27 %016llx\n",
      |                   ~~~~~~^
      |                         |
      |                         long long unsigned int
      |                   %016lx
  775 |        frame[24], frame[25], frame[26], frame[27]);
      |        ~~~~~~~~~         
      |                |
      |                __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:774:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  774 |   Printf("    x24 %016llx  x25 %016llx  x26 %016llx  x27 %016llx\n",
      |                                ~~~~~~^
      |                                      |
      |                                      long long unsigned int
      |                                %016lx
  775 |        frame[24], frame[25], frame[26], frame[27]);
      |                   ~~~~~~~~~           
      |                           |
      |                           __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:774:51: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  774 |   Printf("    x24 %016llx  x25 %016llx  x26 %016llx  x27 %016llx\n",
      |                                             ~~~~~~^
      |                                                   |
      |                                                   long long unsigned int
      |                                             %016lx
  775 |        frame[24], frame[25], frame[26], frame[27]);
      |                              ~~~~~~~~~             
      |                                      |
      |                                      __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_report.cpp:774:64: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  774 |   Printf("    x24 %016llx  x25 %016llx  x26 %016llx  x27 %016llx\n",
      |                                                          ~~~~~~^
      |                                                                |
      |                                                                long long unsigned int
      |                                                          %016lx
  775 |        frame[24], frame[25], frame[26], frame[27]);
      |                                         ~~~~~~~~~               
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_allocator.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.h:16,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp:2:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread_list.h:46,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread_list.cpp:1:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp: In member function 'void __hwasan::Thread::Print(const char*)':
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp:113:16: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type '__sanitizer::u64' {aka 'long long unsigned int'} [-Wformat=]
  113 |   Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_,
      |              ~~^                                                    ~~~~~~~~~~
      |                |                                                    |
      |                long int                                             __sanitizer::u64 {aka long long unsigned int}
      |              %lld
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp:113:30: warning: format '%p' expects argument of type 'void*', but argument 5 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  113 |   Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_,
      |                             ~^
      |                              |
      |                              void*
      |                             %ld
  114 |          (void *)this, stack_bottom(), stack_top(),
      |                        ~~~~~~~~~~~~~~
      |                                    |
      |                                    __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp:113:33: warning: format '%p' expects argument of type 'void*', but argument 6 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  113 |   Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_,
      |                                ~^
      |                                 |
      |                                 void*
      |                                %ld
  114 |          (void *)this, stack_bottom(), stack_top(),
      |                                        ~~~~~~~~~~~
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp:113:51: warning: format '%p' expects argument of type 'void*', but argument 8 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  113 |   Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_,
      |                                                  ~^
      |                                                   |
      |                                                   void*
      |                                                  %ld
  114 |          (void *)this, stack_bottom(), stack_top(),
  115 |          stack_top() - stack_bottom(), tls_begin(), tls_end());
      |                                        ~~~~~~~~~~~ 
      |                                                 |
      |                                                 __sanitizer::uptr {aka long unsigned int}
/bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_thread.cpp:113:54: warning: format '%p' expects argument of type 'void*', but argument 9 has type '__sanitizer::uptr' {aka 'long unsigned int'} [-Wformat=]
  113 |   Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_,
      |                                                     ~^
      |                                                      |
      |                                                      void*
      |                                                     %ld
  114 |          (void *)this, stack_bottom(), stack_top(),
  115 |          stack_top() - stack_bottom(), tls_begin(), tls_end());
      |                                                     ~~~~~~~~~
      |                                                            |
      |                                                            __sanitizer::uptr {aka long unsigned int}
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_preinit.cpp:13:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/link.h:25,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_interface_internal.h:19,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan.h:18,
                 from /bb.download/source/gcc-13.2.0/libsanitizer/hwasan/hwasan_type_test.cpp:16:
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:193:17: warning: invalid use of 'union<unnamed struct>::<unnamed>' with a zero-size array in 'struct<unnamed>' [-Wpedantic]
  193 |   __extension__ union
      |                 ^~~~~
/BuggyBox/glibc/2.38/bootstrap/include/dlfcn.h:195:16: note: array member 'Dl_serpath <unnamed struct>::<unnamed union>::dls_serpath [0]' declared here
  195 |     Dl_serpath dls_serpath[0]; /* Actually longer, dls_cnt elements.  */
      |                ^~~~~~~~~~~
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
./libtool: line 1157: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
make install
Result = 0
Working Dir = /bb.build
Stdout
make[1]: Entering directory '/bb.build'
/bin/sh /bb.download/source/gcc-13.2.0/mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap /BuggyBox/gcc/13.2.0/bootstrap
make[2]: Entering directory '/bb.build/fixincludes'
rm -rf /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools
/bin/sh /bb.download/source/gcc-13.2.0/fixincludes/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools
/bin/sh /bb.download/source/gcc-13.2.0/fixincludes/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/include
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/include
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/fixincludes/README-fixinc \
  /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/include/README
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c fixinc.sh /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/fixinc.sh
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c fixincl /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/fixincl
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c mkheaders /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/mkheaders
make[2]: Leaving directory '/bb.build/fixincludes'
make[2]: Entering directory '/bb.build/lto-plugin'
make[3]: Entering directory '/bb.build/lto-plugin'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0'
 /bin/sh ./libtool --tag=disable-static  --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   liblto_plugin.la '/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.so /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/liblto_plugin.so
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblto_plugin.lai /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/liblto_plugin.la
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/lto-plugin'
make[2]: Leaving directory '/bb.build/lto-plugin'
make[2]: Entering directory '/bb.build/gcc'
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/bin
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/bin
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/info
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/info
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7
if test "" != "yes" ; then \
  rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/g++; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c xg++ /BuggyBox/gcc/13.2.0/bootstrap/bin/g++; \
  chmod a+x /BuggyBox/gcc/13.2.0/bootstrap/bin/g++; \
  rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/c++; \
  ( cd /BuggyBox/gcc/13.2.0/bootstrap/bin && \
    ln g++ c++ ); \
  if [ -f cc1plus ] ; then \
    if [ ! -f g++-cross ] ; then \
      rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/x86_64-pc-linux-gnu-g++; \
      ( cd /BuggyBox/gcc/13.2.0/bootstrap/bin && \
	ln g++ x86_64-pc-linux-gnu-g++ ); \
      rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/x86_64-pc-linux-gnu-c++; \
      ( cd /BuggyBox/gcc/13.2.0/bootstrap/bin && \
	ln c++ x86_64-pc-linux-gnu-c++ ); \
    fi ; \
  fi; \
fi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs -m 0755 /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/finclude
mkdir -m 0755 -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/finclude
if test "" != "yes" ; then \
  if [ -f f951 ] ; then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/gfortran; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c gfortran /BuggyBox/gcc/13.2.0/bootstrap/bin/gfortran; \
    chmod a+x /BuggyBox/gcc/13.2.0/bootstrap/bin/gfortran; \
    if [ ! -f gfortran-cross ] ; then \
      rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/x86_64-pc-linux-gnu-gfortran; \
      ln /BuggyBox/gcc/13.2.0/bootstrap/bin/gfortran /BuggyBox/gcc/13.2.0/bootstrap/bin/x86_64-pc-linux-gnu-gfortran; \
    fi ; \
  fi; \
fi
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c lto-dump \
/BuggyBox/gcc/13.2.0/bootstrap/bin/lto-dump
for file in gnat1 cc1 cc1plus d21 f951 go1  lto1 cc1gm2 cc1obj cc1objplus rust1; do \
  if [ -f $file ] ; then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/$file; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c $file /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/$file; \
  else true; \
  fi; \
done
for file in  collect2 ..; do \
  if [ x"$file" != x.. ]; then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/$file; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c $file /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/$file; \
  else true; fi; \
done
rm -f /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/specs
if test "" != "yes" ; then \
  if [ -f gcov ]; \
  then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/gcov; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c gcov /BuggyBox/gcc/13.2.0/bootstrap/bin/gcov; \
  fi; \
fi
if test "" != "yes" ; then \
  if [ -f gcov-tool ]; \
  then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/gcov-tool; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c \
    gcov-tool /BuggyBox/gcc/13.2.0/bootstrap/bin/gcov-tool; \
  fi; \
fi
if test "" != "yes" ; then \
  if [ -f gcov-dump ]; \
  then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/gcov-dump; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c \
    gcov-dump /BuggyBox/gcc/13.2.0/bootstrap/bin/gcov-dump; \
  fi; \
fi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include
rm -rf /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed
mkdir /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed
chmod a+rx /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed
(cd `${PWDCMD-pwd}`/include ; \
 tar -cf - .; exit 0) | (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include; tar xpf - )
(cd `${PWDCMD-pwd}`/include-fixed ; \
 tar -cf - .; exit 0) | (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed; tar xpf - )
files=`cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed; find . -type l -print 2>/dev/null`; \
if [ $? -eq 0 ]; then \
  dir=`cd include-fixed; ${PWDCMD-pwd}`; \
  for i in $files; do \
    dest=`ls -ld /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed/$i | sed -n 's/.*-> //p'`; \
    if expr "$dest" : "$dir.*" > /dev/null; then \
      rm -f /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed/$i; \
      ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed/$i; \
    fi; \
  done; \
fi
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/include
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gsyslimits.h \
  /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/gsyslimits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 macro_list /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/macro_list
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 fixinc_list /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/fixinc_list
set -e; for ml in `cat fixinc_list`; do \
  multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
  /bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/include${multi_dir}; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 include${multi_dir}/limits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/include${multi_dir}/limits.h; \
done
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs \
	/BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/mkinstalldirs ; \
sysroot_headers_suffix='${sysroot_headers_suffix}'; \
	echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \
	> /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/mkheaders.conf
echo 'OTHER_FIXINCLUDES_DIRS=""' \
	>> /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/mkheaders.conf
echo 'STMP_FIXINC="stmp-fixinc"' \
	>> /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/install-tools/mkheaders.conf
if test "" != "yes" ; then \
  rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/cpp; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 755 cpp /BuggyBox/gcc/13.2.0/bootstrap/bin/cpp; \
  if [ x != x ]; then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap//cpp; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 755 cpp /BuggyBox/gcc/13.2.0/bootstrap//cpp; \
  else true; fi; \
fi
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/g++.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 doc/g++.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/g++.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/g++.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gfortran.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 doc/gfortran.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gfortran.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gfortran.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcc.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 doc/gcc.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcc.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcc.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/cpp.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/cpp.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/cpp.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/cpp.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/gcov.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov-tool.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/gcov-tool.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov-tool.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov-tool.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov-dump.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/gcov-dump.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov-dump.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/gcov-dump.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/lto-dump.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/lto-dump.1 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/lto-dump.1
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man1/lto-dump.1
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/fsf-funding.7
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/fsf-funding.7 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/fsf-funding.7
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/fsf-funding.7
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/gfdl.7
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/gfdl.7 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/gfdl.7
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/gfdl.7
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/gpl.7
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/doc/gpl.7 /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/gpl.7
chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/man/man7/gpl.7
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/cpp.info
if [ -f doc/cpp.info ]; then \
  for f in doc/cpp.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $f /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
    chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/cpp.info ]; then \
    install-info --dir-file=/BuggyBox/gcc/13.2.0/bootstrap/share/info/dir /BuggyBox/gcc/13.2.0/bootstrap/share/info/cpp.info; \
  else true; fi; \
else true; fi;
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gcc.info
if [ -f doc/gcc.info ]; then \
  for f in doc/gcc.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $f /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
    chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gcc.info ]; then \
    install-info --dir-file=/BuggyBox/gcc/13.2.0/bootstrap/share/info/dir /BuggyBox/gcc/13.2.0/bootstrap/share/info/gcc.info; \
  else true; fi; \
else true; fi;
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/cppinternals.info
if [ -f doc/cppinternals.info ]; then \
  for f in doc/cppinternals.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $f /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
    chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/cppinternals.info ]; then \
    install-info --dir-file=/BuggyBox/gcc/13.2.0/bootstrap/share/info/dir /BuggyBox/gcc/13.2.0/bootstrap/share/info/cppinternals.info; \
  else true; fi; \
else true; fi;
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gccinstall.info
if [ -f doc/gccinstall.info ]; then \
  for f in doc/gccinstall.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $f /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
    chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gccinstall.info ]; then \
    install-info --dir-file=/BuggyBox/gcc/13.2.0/bootstrap/share/info/dir /BuggyBox/gcc/13.2.0/bootstrap/share/info/gccinstall.info; \
  else true; fi; \
else true; fi;
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gccint.info
if [ -f doc/gccint.info ]; then \
  for f in doc/gccint.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $f /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
    chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gccint.info ]; then \
    install-info --dir-file=/BuggyBox/gcc/13.2.0/bootstrap/share/info/dir /BuggyBox/gcc/13.2.0/bootstrap/share/info/gccint.info; \
  else true; fi; \
else true; fi;
rm -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gfortran.info
if [ -f doc/gfortran.info ]; then \
  for f in doc/gfortran.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $f /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
    chmod a-x /BuggyBox/gcc/13.2.0/bootstrap/share/info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /BuggyBox/gcc/13.2.0/bootstrap/share/info/gfortran.info ]; then \
    install-info --dir-file=/BuggyBox/gcc/13.2.0/bootstrap/share/info/dir /BuggyBox/gcc/13.2.0/bootstrap/share/info/gfortran.info; \
  else true; fi; \
else true; fi;
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share
cats="po/be.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fi.gmo po/fr.gmo po/hr.gmo po/id.gmo po/ja.gmo po/nl.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo po/be.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fi.gmo po/fr.gmo po/hr.gmo po/id.gmo po/ja.gmo po/nl.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo"; for cat in $cats; do \
  lang=`basename $cat | sed 's/\.gmo$//'`; \
  if [ -f $cat ]; then :; \
  elif [ -f /bb.download/source/gcc-13.2.0/gcc/$cat ]; then cat=/bb.download/source/gcc-13.2.0/gcc/$cat; \
  else continue; \
  fi; \
  dir=/BuggyBox/gcc/13.2.0/bootstrap/share/locale/$lang/LC_MESSAGES; \
  echo /bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs $dir; \
  /bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs $dir || exit 1; \
  echo /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $cat $dir/gcc.mo; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $cat $dir/gcc.mo; \
done
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/be.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/da.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/de.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/el.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/es.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/fi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/fr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/hr/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/hr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/hr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/hr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/id.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/ja.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/nl.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/ru.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/sr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/sv.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/tr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/uk.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/vi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/zh_CN.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/zh_TW.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/be.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/da.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/de.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/el.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/es.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/fi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/fr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/hr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/hr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/hr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/id.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/ja.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/nl.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/ru.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/sr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/sv.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/tr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/uk.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/vi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/zh_CN.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES/gcc.mo
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/po/zh_TW.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES/gcc.mo
rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/gcc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c xgcc /BuggyBox/gcc/13.2.0/bootstrap/bin/gcc
if test "" != "yes" ; then \
  if [ "gcc" != "x86_64-pc-linux-gnu-gcc-13.2.0" ]; then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/x86_64-pc-linux-gnu-gcc-13.2.0; \
    ( cd /BuggyBox/gcc/13.2.0/bootstrap/bin && \
      ln gcc x86_64-pc-linux-gnu-gcc-13.2.0 ); \
  fi; \
  if [ ! -f gcc-cross ] \
      && [ "gcc" != "x86_64-pc-linux-gnu-gcc" ]; then \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/x86_64-pc-linux-gnu-gcc-tmp; \
    ( cd /BuggyBox/gcc/13.2.0/bootstrap/bin && \
      ln gcc x86_64-pc-linux-gnu-gcc-tmp && \
      mv -f x86_64-pc-linux-gnu-gcc-tmp x86_64-pc-linux-gnu-gcc ); \
  fi; \
fi
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c lto-wrapper /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/lto-wrapper
if test "" != "yes" ; then \
  for i in gcc-ar gcc-nm gcc-ranlib; do \
    install_name=`echo $i|sed 's,y,y,'` ;\
    target_install_name=x86_64-pc-linux-gnu-`echo $i|sed 's,y,y,'` ; \
    rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/$install_name ; \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c $i /BuggyBox/gcc/13.2.0/bootstrap/bin/$install_name ;\
    if test -f gcc-cross; then \
      :; \
    else \
      rm -f /BuggyBox/gcc/13.2.0/bootstrap/bin/$target_install_name; \
      ( cd /BuggyBox/gcc/13.2.0/bootstrap/bin && \
	ln $install_name $target_install_name ) ; \
    fi ; \
  done; \
fi
headers="cp-tree.h cxx-pretty-print.h name-lookup.h type-utils.h operators.def cp-trait.def contracts.h"; \
for file in $headers; do \
  path=/bb.download/source/gcc-13.2.0/gcc/cp/$file; \
  dest=/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/$file; \
  echo /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $path $dest; \
  dir=`dirname $dest`; \
  /bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs $dir; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $path $dest; \
done
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/cp-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/cp-tree.h
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/cxx-pretty-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/cxx-pretty-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/name-lookup.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/name-lookup.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/type-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/type-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/operators.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/operators.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/cp-trait.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/cp-trait.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/contracts.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/contracts.h
rm -f tmp-header-vars
echo USER_H=float.h iso646.h stdarg.h stdbool.h stddef.h varargs.h stdfix.h stdnoreturn.h stdalign.h stdatomic.h config/i386/cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h immintrin.h x86intrin.h avxintrin.h xopintrin.h ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h avx512cdintrin.h avx512erintrin.h avx512pfintrin.h shaintrin.h clflushoptintrin.h xsavecintrin.h xsavesintrin.h avx512dqintrin.h avx512bwintrin.h avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h gfniintrin.h cet.h avx512vbmi2intrin.h avx512vbmi2vlintrin.h avx512vnniintrin.h avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h avx512vpopcntdqvlintrin.h avx512bitalgintrin.h pconfigintrin.h wbnoinvdintrin.h movdirintrin.h waitpkgintrin.h cldemoteintrin.h avx512bf16vlintrin.h avx512bf16intrin.h enqcmdintrin.h serializeintrin.h avx512vp2intersectintrin.h avx512vp2intersectvlintrin.h tsxldtrkintrin.h amxtileintrin.h amxint8intrin.h amxbf16intrin.h x86gprintrin.h uintrintrin.h hresetintrin.h keylockerintrin.h avxvnniintrin.h mwaitintrin.h avx512fp16intrin.h avx512fp16vlintrin.h avxifmaintrin.h avxvnniint8intrin.h avxneconvertintrin.h cmpccxaddintrin.h amxfp16intrin.h prfchiintrin.h raointintrin.h amxcomplexintrin.h mm_malloc.h >> tmp-header-vars; echo T_GLIMITS_H=glimits.h >> tmp-header-vars; echo T_STDINT_GCC_H=stdint-gcc.h >> tmp-header-vars; echo HASHTAB_H=hashtab.h >> tmp-header-vars; echo OBSTACK_H=obstack.h >> tmp-header-vars; echo SPLAY_TREE_H=splay-tree.h >> tmp-header-vars; echo MD5_H=md5.h >> tmp-header-vars; echo XREGEX_H=xregex.h >> tmp-header-vars; echo FNMATCH_H=fnmatch.h >> tmp-header-vars; echo LINKER_PLUGIN_API_H=plugin-api.h >> tmp-header-vars; echo BCONFIG_H=bconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo CONFIG_H=config.h auto-host.h ansidecl.h >> tmp-header-vars; echo TCONFIG_H=tconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo TM_P_H=tm_p.h config/i386/i386-protos.h linux-protos.h tm-preds.h >> tmp-header-vars; echo TM_D_H=tm_d.h config/i386/i386-d.h >> tmp-header-vars; echo GTM_H=tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h >> tmp-header-vars; echo TM_H=tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def >> tmp-header-vars; echo DUMPFILE_H=line-map.h dumpfile.h >> tmp-header-vars; echo VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo EXCEPT_H=except.h hashtab.h >> tmp-header-vars; echo TARGET_H=tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def target.h target.def target-hooks-macros.h target-insns.def insn-modes.h insn-codes.h >> tmp-header-vars; echo C_TARGET_H=c-family/c-target.h c-family/c-target.def target-hooks-macros.h >> tmp-header-vars; echo COMMON_TARGET_H=common/common-target.h line-map.h input.h common/common-target.def target-hooks-macros.h >> tmp-header-vars; echo D_TARGET_H=d/d-target.h d/d-target.def target-hooks-macros.h >> tmp-header-vars; echo MACHMODE_H=machmode.h mode-classes.def >> tmp-header-vars; echo HOOKS_H=hooks.h >> tmp-header-vars; echo HOSTHOOKS_DEF_H=hosthooks-def.h hooks.h >> tmp-header-vars; echo LANGHOOKS_DEF_H=langhooks-def.h hooks.h >> tmp-header-vars; echo TARGET_DEF_H=target-def.h target-hooks-def.h hooks.h targhooks.h >> tmp-header-vars; echo C_TARGET_DEF_H=c-family/c-target-def.h c-family/c-target-hooks-def.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def hooks.h common/common-targhooks.h >> tmp-header-vars; echo CORETYPES_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h >> tmp-header-vars; echo RTL_BASE_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h rtl.h rtl.def reg-notes.def insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h >> tmp-header-vars; echo FIXED_VALUE_H=fixed-value.h >> tmp-header-vars; echo RTL_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h rtl.h rtl.def reg-notes.def insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def genrtl.h >> tmp-header-vars; echo READ_MD_H=obstack.h hashtab.h read-md.h >> tmp-header-vars; echo INTERNAL_FN_H=internal-fn.h internal-fn.def >> tmp-header-vars; echo TREE_CORE_H=tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h >> tmp-header-vars; echo TREE_H=tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h >> tmp-header-vars; echo REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h >> tmp-header-vars; echo GIMPLE_H=gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h >> tmp-header-vars; echo GCOV_IO_H=gcov-io.h version.h auto-host.h gcov-counter.def >> tmp-header-vars; echo RECOG_H=recog.h >> tmp-header-vars; echo EMIT_RTL_H=emit-rtl.h >> tmp-header-vars; echo FLAGS_H=flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def >> tmp-header-vars; echo OPTIONS_H=options.h flag-types.h config/i386/i386-opts.h stringop.def >> tmp-header-vars; echo FUNCTION_H=function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h >> tmp-header-vars; echo EXPR_H=expr.h insn-config.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h rtl.h rtl.def reg-notes.def insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def genrtl.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h emit-rtl.h >> tmp-header-vars; echo OPTABS_H=optabs.h insn-codes.h insn-opinit.h >> tmp-header-vars; echo REGS_H=regs.h hard-reg-set.h >> tmp-header-vars; echo CFGLOOP_H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h bitmap.h hashtab.h statistics.h sbitmap.h >> tmp-header-vars; echo IPA_UTILS_H=ipa-utils.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h >> tmp-header-vars; echo IPA_REFERENCE_H=ipa-reference.h bitmap.h hashtab.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h >> tmp-header-vars; echo CGRAPH_H=cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h >> tmp-header-vars; echo DF_H=df.h bitmap.h hashtab.h statistics.h regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo RESOURCE_H=resource.h hard-reg-set.h df.h bitmap.h hashtab.h statistics.h regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo GCC_H=gcc.h version.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo GGC_H=ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo TIMEVAR_H=timevar.h timevar.def >> tmp-header-vars; echo INSN_ATTR_H=insn-attr.h insn-attr-common.h insn-addr.h >> tmp-header-vars; echo INSN_ADDR_H=insn-addr.h >> tmp-header-vars; echo C_COMMON_H=c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo C_PRAGMA_H=c-family/c-pragma.h line-map.h cpplib.h >> tmp-header-vars; echo C_TREE_H=c/c-tree.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def diagnostic.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo SYSTEM_H=system.h hwint.h libiberty.h safe-ctype.h filenames.h hashtab.h >> tmp-header-vars; echo PREDICT_H=predict.h predict.def >> tmp-header-vars; echo CPPLIB_H=line-map.h cpplib.h >> tmp-header-vars; echo CODYLIB_H=cody.hh >> tmp-header-vars; echo INPUT_H=line-map.h input.h >> tmp-header-vars; echo OPTS_H=line-map.h input.h vec.h statistics.h ggc.h gtype-desc.h statistics.h opts.h obstack.h >> tmp-header-vars; echo SYMTAB_H=symtab.h obstack.h >> tmp-header-vars; echo CPP_INTERNAL_H=internal.h >> tmp-header-vars; echo TREE_DUMP_H=tree-dump.h splay-tree.h line-map.h dumpfile.h >> tmp-header-vars; echo TREE_PASS_H=tree-pass.h timevar.h timevar.def line-map.h dumpfile.h >> tmp-header-vars; echo TREE_SSA_H=tree-ssa.h tree-ssa-operands.h bitmap.h hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h hashtab.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h ipa-reference.h bitmap.h hashtab.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-alias.h >> tmp-header-vars; echo PRETTY_PRINT_H=pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo TREE_PRETTY_PRINT_H=tree-pretty-print.h pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo GIMPLE_PRETTY_PRINT_H=gimple-pretty-print.h tree-pretty-print.h pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo DIAGNOSTIC_CORE_H=diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo DIAGNOSTIC_H=diagnostic.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo C_PRETTY_PRINT_H=c-family/c-pretty-print.h pretty-print.h line-map.h input.h obstack.h wide-int-print.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h >> tmp-header-vars; echo TREE_INLINE_H=tree-inline.h >> tmp-header-vars; echo REAL_H=real.h >> tmp-header-vars; echo LTO_STREAMER_H=lto-streamer.h plugin-api.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def target.h target.def target-hooks-macros.h target-insns.def insn-modes.h insn-codes.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h vec.h statistics.h ggc.h gtype-desc.h statistics.h hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h gcov-io.h version.h auto-host.h gcov-counter.def diagnostic.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def pretty-print.h line-map.h input.h obstack.h wide-int-print.h alloc-pool.h >> tmp-header-vars; echo IPA_PROP_H=ipa-prop.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h vec.h statistics.h ggc.h gtype-desc.h statistics.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h align.h poly-int.h poly-int-types.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def m2-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h alloc-pool.h >> tmp-header-vars; echo BITMAP_H=bitmap.h hashtab.h statistics.h >> tmp-header-vars; echo GCC_PLUGIN_H=gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h ansidecl.h system.h hwint.h libiberty.h safe-ctype.h filenames.h hashtab.h hashtab.h >> tmp-header-vars; echo PLUGIN_H=plugin.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h ansidecl.h system.h hwint.h libiberty.h safe-ctype.h filenames.h hashtab.h hashtab.h >> tmp-header-vars; echo PLUGIN_VERSION_H=plugin-version.h configargs.h >> tmp-header-vars; echo CONTEXT_H=context.h >> tmp-header-vars; echo GENSUPPORT_H=gensupport.h read-md.h optabs.def >> tmp-header-vars; echo RTL_SSA_H=pretty-print.h line-map.h input.h obstack.h wide-int-print.h insn-config.h splay-tree-utils.h recog.h regs.h hard-reg-set.h function-abi.h obstack-utils.h mux-utils.h rtlanal.h memmodel.h emit-rtl.h rtl-ssa/accesses.h rtl-ssa/insns.h rtl-ssa/blocks.h rtl-ssa/changes.h rtl-ssa/functions.h rtl-ssa/is-a.inl rtl-ssa/access-utils.h rtl-ssa/insn-utils.h rtl-ssa/movement.h rtl-ssa/change-utils.h rtl-ssa/member-fns.inl >> tmp-header-vars; echo GTFILES_H=gt-coverage.h gt-symtab-thunks.h gt-caller-save.h gt-symtab.h gt-alias.h gt-bitmap.h gt-cselib.h gt-cgraph.h gt-ipa-prop.h gt-ipa-cp.h gt-ipa-sra.h gt-ipa-modref.h gt-diagnostic-spec.h gt-dwarf2asm.h gt-dwarf2cfi.h gt-dwarf2ctf.h gt-dwarf2out.h gt-ctfout.h gt-btfout.h gt-tree-vect-generic.h gt-gimple-isel.h gt-dojump.h gt-emit-rtl.h gt-explow.h gt-expr.h gt-function.h gt-except.h gt-ggc-tests.h gt-gcse.h gt-godump.h gt-lists.h gt-optabs-libfuncs.h gt-profile.h gt-mcf.h gt-reg-stack.h gt-cfgrtl.h gt-stor-layout.h gt-stringpool.h gt-tree.h gt-varasm.h gt-tree-ssanames.h gt-tree-eh.h gt-tree-ssa-address.h gt-tree-cfg.h gt-tree-ssa-loop-ivopts.h gt-tree-dfa.h gt-tree-iterator.h gt-gimple-expr.h gt-tree-scalar-evolution.h gt-tree-profile.h gt-tree-nested.h gt-omp-general.h gt-omp-low.h gt-targhooks.h gt-i386.h gt-passes.h gt-cgraphclones.h gt-tree-phinodes.h gt-trans-mem.h gt-vtable-verify.h gt-asan.h gt-ubsan.h gt-tsan.h gt-sanopt.h gt-sancov.h gt-ipa-devirt.h gt-calls.h gt-analyzer-analyzer-language.h gt-i386-builtins.h gt-i386-expand.h gt-i386-options.h gt-ada-decl.h gt-ada-trans.h gt-ada-utils.h gt-ada-misc.h gt-c-c-lang.h gt-c-c-decl.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-family-c-format.h gt-c-c-objc-common.h gt-c-c-parser.h gt-c-family-c-common.h gt-c-family-c-format.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-cp-call.h gt-cp-class.h gt-cp-constexpr.h gt-cp-contracts.h gt-cp-constraint.h gt-cp-coroutines.h gt-cp-cp-gimplify.h gt-cp-cp-lang.h gt-cp-cp-objcp-common.h gt-cp-decl.h gt-cp-decl2.h gt-cp-except.h gt-cp-friend.h gt-cp-init.h gt-cp-lambda.h gt-cp-lex.h gt-cp-logic.h gt-cp-mangle.h gt-cp-method.h gt-cp-module.h gt-cp-name-lookup.h gt-cp-parser.h gt-cp-pt.h gt-cp-rtti.h gt-cp-semantics.h gt-cp-tree.h gt-cp-typeck2.h gt-cp-vtable-class-hierarchy.h gt-d-d-builtins.h gt-d-d-lang.h gt-d-typeinfo.h gt-fortran-f95-lang.h gt-fortran-trans-decl.h gt-fortran-trans-intrinsic.h gt-fortran-trans-io.h gt-fortran-trans-stmt.h gt-fortran-trans-types.h gt-go-go-lang.h gt-jit-dummy-frontend.h gt-lto-lto-lang.h gt-lto-lto.h gt-lto-lto-common.h gt-lto-lto-dump.h gt-m2-gm2-lang.h gt-m2-rtegraph.h gt-m2-m2block.h gt-m2-m2builtins.h gt-m2-m2decl.h gt-m2-m2except.h gt-m2-m2expr.h gt-m2-m2statement.h gt-m2-m2type.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-c-parser.h gt-c-c-decl.h gt-c-c-objc-common.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-family-c-format.h gt-c-family-c-common.h gt-c-family-c-format.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-cp-call.h gt-cp-class.h gt-cp-constexpr.h gt-cp-contracts.h gt-cp-constraint.h gt-cp-coroutines.h gt-cp-cp-gimplify.h gt-objcp-objcp-lang.h gt-cp-cp-objcp-common.h gt-cp-decl.h gt-cp-decl2.h gt-cp-except.h gt-cp-friend.h gt-cp-init.h gt-cp-lambda.h gt-cp-lex.h gt-cp-logic.h gt-cp-mangle.h gt-cp-method.h gt-cp-module.h gt-cp-name-lookup.h gt-cp-parser.h gt-cp-pt.h gt-cp-rtti.h gt-cp-semantics.h gt-cp-tree.h gt-cp-typeck2.h gt-cp-vtable-class-hierarchy.h gt-objc-objc-act.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-objc-objc-runtime-shared-support.h gt-rust-rust-lang.h >> tmp-header-vars; echo GTFILES_LANG_H=gtype-ada.h gtype-c.h gtype-cp.h gtype-d.h gtype-fortran.h gtype-go.h gtype-jit.h gtype-lto.h gtype-m2.h gtype-objc.h gtype-objcp.h gtype-rust.h >> tmp-header-vars;
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../move-if-change tmp-header-vars b-header-vars
echo timestamp > s-header-vars
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 gtype.state /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/gtype.state
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/plugin
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/plugin
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c gengtype /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/gengtype
/bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include
headers=`echo /bb.download/source/gcc-13.2.0/gcc/../include/ansidecl.h /bb.download/source/gcc-13.2.0/gcc/../include/filenames.h /bb.download/source/gcc-13.2.0/gcc/../include/gomp-constants.h /bb.download/source/gcc-13.2.0/gcc/../include/hashtab.h /bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h /bb.download/source/gcc-13.2.0/gcc/../include/md5.h /bb.download/source/gcc-13.2.0/gcc/../include/obstack.h /bb.download/source/gcc-13.2.0/gcc/../include/plugin-api.h /bb.download/source/gcc-13.2.0/gcc/../include/safe-ctype.h /bb.download/source/gcc-13.2.0/gcc/../include/splay-tree.h /bb.download/source/gcc-13.2.0/gcc/../libcpp/include/cpplib.h /bb.download/source/gcc-13.2.0/gcc/../libcpp/include/line-map.h /bb.download/source/gcc-13.2.0/gcc/../libcpp/include/symtab.h /bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/ada-tree.def /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-cpuinfo.h /bb.download/source/gcc-13.2.0/gcc/config/elfos.h /bb.download/source/gcc-13.2.0/gcc/config/glibc-stdint.h /bb.download/source/gcc-13.2.0/gcc/config/gnu-user.h /bb.download/source/gcc-13.2.0/gcc/config/i386/att.h /bb.download/source/gcc-13.2.0/gcc/config/i386/biarch64.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/i386/i386-isa.def /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-opts.h /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-protos.h /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.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/i386/stringop.def /bb.download/source/gcc-13.2.0/gcc/config/i386/unix.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-64.h /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune.def /bb.download/source/gcc-13.2.0/gcc/config/initfini-array.h /bb.download/source/gcc-13.2.0/gcc/config/linux-android.h /bb.download/source/gcc-13.2.0/gcc/config/linux-protos.h /bb.download/source/gcc-13.2.0/gcc/config/linux.h /bb.download/source/gcc-13.2.0/gcc/config/vxworks-dummy.h /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/defaults.h /bb.download/source/gcc-13.2.0/gcc/insn-addr.h /bb.download/source/gcc-13.2.0/gcc/m2/m2-tree.def /bb.download/source/gcc-13.2.0/gcc/objc/objc-tree.def alias.h align.h all-tree.def alloc-pool.h ansidecl.h attribs.h auto-host.h basic-block.h bitmap.h builtins.def bversion.h c-family/c-common.def c-family/c-common.h c-family/c-objc.h c-family/c-pragma.h c-family/c-pretty-print.h c/c-tree.h calls.h cfg-flags.def cfg.h cfganal.h cfgbuild.h cfgcleanup.h cfgexpand.h cfghooks.h cfgloop.h cfgloopmanip.h cfgrtl.h cgraph.h cif-code.def config.h config/elfos.h config/glibc-stdint.h config/gnu-user.h config/i386/att.h config/i386/biarch64.h config/i386/gnu-user-common.h config/i386/gnu-user64.h config/i386/i386-protos.h config/i386/i386.h config/i386/linux-common.h config/i386/linux64.h config/i386/unix.h config/i386/x86-64.h config/initfini-array.h config/linux-android.h config/linux-protos.h config/linux.h config/vxworks-dummy.h configargs.h context.h coretypes.h cppdefault.h debug.h defaults.h df.h diagnostic-color.h diagnostic-core.h diagnostic.def diagnostic.h dominance.h double-int.h dumpfile.h emit-rtl.h except.h expr.h file-prefix-map.h fixed-value.h flag-types.h flags.h fold-const-call.h fold-const.h function.h gcc-plugin.h gcc-symtab.h genrtl.h ggc.h gimple-builder.h gimple-expr.h gimple-fold.h gimple-iterator.h gimple-low.h gimple-pretty-print.h gimple-ssa.h gimple-walk.h gimple.def gimple.h gimplify-me.h gimplify.h gsstruct.def gtm-builtins.def gtype-desc.h hard-reg-set.h hash-map.h hash-set.h hash-table.h highlev-plugin-common.h hwint.h inchash.h incpath.h input.h insn-attr-common.h insn-attr.h insn-codes.h insn-config.h insn-constants.h insn-flags.h insn-modes-inline.h insn-modes.h insn-notes.def internal-fn.def internal-fn.h intl.h ipa-param-manipulation.h ipa-prop.h ipa-ref.h ipa-reference.h ipa-utils.h is-a.h langhooks.h lcm.h machmode.h memmodel.h mode-classes.def omp-builtins.def options.h opts.h output.h params-enum.h params.def params.h params.list pass-instances.def pass_manager.h plugin-version.h plugin.def plugin.h poly-int-types.h poly-int.h predict.def predict.h prefix.h pretty-print.h print-rtl.h print-tree.h profile-count.h real.h realmpfr.h reg-notes.def regset.h resource.h rtl.def rtl.h sanitizer.def sbitmap.h signop.h ssa-iterators.h statistics.h stmt.h stor-layout.h stringpool.h sync-builtins.def system.h target-hooks-macros.h target-insns.def target.def target.h timevar.def timevar.h tm-preds.h tm.h tm_p.h toplev.h tree-cfg.h tree-cfgcleanup.h tree-check.h tree-core.h tree-dfa.h tree-dump.h tree-eh.h tree-hasher.h tree-inline.h tree-into-ssa.h tree-iterator.h tree-nested.h tree-object-size.h tree-outof-ssa.h tree-parloops.h tree-pass.h tree-phinodes.h tree-pretty-print.h tree-ssa-address.h tree-ssa-alias.h tree-ssa-coalesce.h tree-ssa-dom.h tree-ssa-loop-ivopts.h tree-ssa-loop-manip.h tree-ssa-loop-niter.h tree-ssa-loop.h tree-ssa-operands.h tree-ssa-sccvn.h tree-ssa-ter.h tree-ssa-threadedge.h tree-ssa-threadupdate.h tree-ssa.h tree-ssanames.h tree.def tree.h treestruct.def varasm.h vec.h version.h wide-int-print.h wide-int.h $(cd /bb.download/source/gcc-13.2.0/gcc; echo *.h *.def) | tr ' ' '\012' | sort -u`; \
srcdirstrip=`echo "/bb.download/source/gcc-13.2.0/gcc" | sed 's/[].[^$\\*|]/\\\\&/g'`; \
for file in $headers; do \
  if [ -f $file ] ; then \
    path=$file; \
  elif [ -f /bb.download/source/gcc-13.2.0/gcc/$file ]; then \
    path=/bb.download/source/gcc-13.2.0/gcc/$file; \
  else continue; \
  fi; \
  case $path in \
  "/bb.download/source/gcc-13.2.0/gcc"/config/* | "/bb.download/source/gcc-13.2.0/gcc"/common/config/* \
  | "/bb.download/source/gcc-13.2.0/gcc"/c-family/* | "/bb.download/source/gcc-13.2.0/gcc"/*.def ) \
    base=`echo "$path" | sed -e "s|$srcdirstrip/||"`;; \
  *) base=`basename $path` ;; \
  esac; \
  dest=/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/$base; \
  echo /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $path $dest; \
  dir=`dirname $dest`; \
  /bin/sh /bb.download/source/gcc-13.2.0/gcc/../mkinstalldirs $dir; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $path $dest; \
done
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/ansidecl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ansidecl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/filenames.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/filenames.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/gomp-constants.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gomp-constants.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/hashtab.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hashtab.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/libiberty.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/libiberty.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/md5.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/md5.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/obstack.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/obstack.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/plugin-api.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/plugin-api.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/safe-ctype.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/safe-ctype.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../include/splay-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/splay-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../libcpp/include/cpplib.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cpplib.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../libcpp/include/line-map.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/line-map.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/../libcpp/include/symtab.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/symtab.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ada/gcc-interface/ada-tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ada/gcc-interface/ada-tree.def
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ada/gcc-interface
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/common/config/i386/i386-cpuinfo.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/common/config/i386/i386-cpuinfo.h
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/common/config/i386
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/elfos.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/elfos.h
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/glibc-stdint.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/glibc-stdint.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/gnu-user.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/gnu-user.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/att.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/att.h
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/biarch64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/biarch64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/gnu-user-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/gnu-user64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-isa.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/i386-isa.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-opts.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/i386-opts.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-protos.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/i386-protos.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/i386.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/linux-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/linux-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/linux64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/linux64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/stringop.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/stringop.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/unix.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/unix.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/x86-64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-tune.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/x86-tune.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/initfini-array.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/initfini-array.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/linux-android.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/linux-android.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/linux-protos.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/linux-protos.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/linux.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/linux.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/vxworks-dummy.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/vxworks-dummy.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cp/cp-tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cp/cp-tree.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/d/d-tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/d/d-tree.def
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/d
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/defaults.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/defaults.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/insn-addr.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-addr.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/m2/m2-tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/m2/m2-tree.def
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/m2
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/objc/objc-tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/objc/objc-tree.def
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/objc
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/addresses.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/addresses.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/alias.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/alias.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/align.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/align.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 all-tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/all-tree.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/alloc-pool.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/alloc-pool.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/array-traits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/array-traits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/asan.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/asan.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/attr-fnspec.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/attr-fnspec.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/attribs.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/attribs.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 auto-host.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/auto-host.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/auto-profile.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/auto-profile.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/backend.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/backend.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/basic-block.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/basic-block.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/bb-reorder.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/bb-reorder.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/bitmap.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/bitmap.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/builtin-attrs.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/builtin-attrs.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/builtin-types.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/builtin-types.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/builtins.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/builtins.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/builtins.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/builtins.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 bversion.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/bversion.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-family/c-common.def
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-family
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/c-family/c-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-family/c-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/c-family/c-objc.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-family/c-objc.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/c-family/c-pragma.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-family/c-pragma.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/c-family/c-pretty-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-family/c-pretty-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/c/c-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/c-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/calls.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/calls.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ccmp.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ccmp.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfg-flags.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfg-flags.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfg.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfg.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfganal.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfganal.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfgbuild.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfgbuild.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfgcleanup.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfgcleanup.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfgexpand.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfgexpand.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfghooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfghooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfgloop.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfgloop.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfgloopmanip.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfgloopmanip.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cfgrtl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cfgrtl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cgraph.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cgraph.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cif-code.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cif-code.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/collect-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/collect-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/collect2-aix.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/collect2-aix.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/collect2.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/collect2.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/color-macros.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/color-macros.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/conditions.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/conditions.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 config.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/elfos.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/elfos.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/glibc-stdint.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/glibc-stdint.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/gnu-user.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/gnu-user.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/att.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/att.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/biarch64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/biarch64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/gnu-user-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/gnu-user64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/gnu-user64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/i386-protos.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/i386-protos.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/i386.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/i386.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/linux-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/linux-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/linux64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/linux64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/unix.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/unix.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/i386/x86-64.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/i386/x86-64.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/initfini-array.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/initfini-array.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/linux-android.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/linux-android.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/linux-protos.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/linux-protos.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/linux.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/linux.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/config/vxworks-dummy.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/config/vxworks-dummy.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 configargs.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/configargs.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/context.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/context.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/convert.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/convert.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/coretypes.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/coretypes.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/coroutine-builtins.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/coroutine-builtins.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/coverage.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/coverage.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cppbuiltin.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cppbuiltin.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cppdefault.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cppdefault.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/cselib.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/cselib.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ctfc.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ctfc.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/data-streamer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/data-streamer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dbgcnt.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dbgcnt.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dbgcnt.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dbgcnt.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dce.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dce.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ddg.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ddg.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/debug.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/debug.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/defaults.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/defaults.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/df.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/df.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dfp.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dfp.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-client-data-hooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-client-data-hooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-color.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-color.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-core.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-core.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-event-id.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-event-id.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-metadata.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-metadata.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-path.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-path.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-spec.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-spec.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic-url.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic-url.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/diagnostic.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/diagnostic.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/digraph.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/digraph.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dojump.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dojump.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dominance.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dominance.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/domwalk.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/domwalk.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/double-int.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/double-int.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dump-context.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dump-context.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dumpfile.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dumpfile.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dwarf2asm.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dwarf2asm.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dwarf2ctf.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dwarf2ctf.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/dwarf2out.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/dwarf2out.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/edit-context.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/edit-context.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/emit-rtl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/emit-rtl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/errors.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/errors.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/escaped_string.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/escaped_string.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/et-forest.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/et-forest.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/except.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/except.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/explow.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/explow.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/expmed.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/expmed.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/expr.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/expr.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/fibonacci_heap.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/fibonacci_heap.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/file-find.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/file-find.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/file-prefix-map.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/file-prefix-map.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/fixed-value.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/fixed-value.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/flag-types.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/flag-types.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/flags.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/flags.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/fold-const-call.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/fold-const-call.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/fold-const.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/fold-const.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/function-abi.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/function-abi.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/function.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/function.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcc-plugin.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcc-plugin.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcc-rich-location.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcc-rich-location.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcc-symtab.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcc-symtab.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcc.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcc.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcov-counter.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcov-counter.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcov-io.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcov-io.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcse-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcse-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gcse.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gcse.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/generic-match.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/generic-match.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gengtype.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gengtype.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 genrtl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/genrtl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gensupport.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gensupport.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ggc-internal.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ggc-internal.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ggc.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ggc.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-array-bounds.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-array-bounds.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-builder.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-builder.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-expr.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-expr.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-fold.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-fold.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-iterator.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-iterator.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-low.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-low.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-match.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-match.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-predicate-analysis.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-predicate-analysis.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-predict.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-predict.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-pretty-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-pretty-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-cache.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-cache.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-edge.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-edge.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-fold.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-fold.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-gori.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-gori.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-infer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-infer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-op.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-op.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-path.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-path.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range-trace.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range-trace.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-range.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-range.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-access.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-ssa-warn-access.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-ssa-warn-restrict.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-ssa-warn-restrict.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-ssa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-ssa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-streamer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-streamer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple-walk.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple-walk.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimple.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimple.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimplify-me.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimplify-me.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gimplify.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gimplify.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/glimits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/glimits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/graph.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/graph.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/graphds.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/graphds.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/graphite.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/graphite.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/graphviz.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/graphviz.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gsstruct.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gsstruct.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gsyms.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gsyms.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gsyslimits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gsyslimits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/gtm-builtins.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gtm-builtins.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 gtype-desc.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/gtype-desc.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hard-reg-set.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hard-reg-set.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hash-map-traits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hash-map-traits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hash-map.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hash-map.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hash-set.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hash-set.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hash-table.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hash-table.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hash-traits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hash-traits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/highlev-plugin-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/highlev-plugin-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hosthooks-def.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hosthooks-def.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hosthooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hosthooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hw-doloop.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hw-doloop.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/hwint.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/hwint.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ifcvt.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ifcvt.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/inchash.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/inchash.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/incpath.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/incpath.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/input.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/input.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/insn-addr.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-addr.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-attr-common.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-attr-common.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-attr.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-attr.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-codes.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-codes.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-config.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-config.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-constants.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-constants.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-flags.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-flags.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-modes-inline.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-modes-inline.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 insn-modes.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-modes.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/insn-notes.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/insn-notes.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/int-vector-builder.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/int-vector-builder.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/internal-fn.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/internal-fn.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/internal-fn.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/internal-fn.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/intl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/intl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-fnsummary.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-fnsummary.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-icf-gimple.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-icf-gimple.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-icf.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-icf.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-inline.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-inline.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-modref-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-modref-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-modref.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-modref.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-param-manipulation.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-param-manipulation.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-predicate.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-predicate.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-prop.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-prop.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-ref.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-ref.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-reference.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-reference.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ipa-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ipa-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ira-int.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ira-int.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ira.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ira.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/is-a.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/is-a.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/iterator-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/iterator-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/json.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/json.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/langhooks-def.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/langhooks-def.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/langhooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/langhooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lcm.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lcm.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/libfuncs.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/libfuncs.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/limitx.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/limitx.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/limity.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/limity.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/logical-location.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/logical-location.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/loop-unroll.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/loop-unroll.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lower-subreg.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lower-subreg.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lra-int.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lra-int.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lra.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lra.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lto-compress.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lto-compress.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lto-section-names.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lto-section-names.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/lto-streamer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/lto-streamer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/machmode.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/machmode.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/machmode.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/machmode.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/make-unique.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/make-unique.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/mem-stats-traits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/mem-stats-traits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/mem-stats.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/mem-stats.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/memmodel.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/memmodel.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/memory-block.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/memory-block.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/mode-classes.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/mode-classes.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/mux-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/mux-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/obstack-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/obstack-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/omp-builtins.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/omp-builtins.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/omp-expand.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/omp-expand.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/omp-general.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/omp-general.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/omp-low.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/omp-low.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/omp-offload.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/omp-offload.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/omp-simd-clone.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/omp-simd-clone.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/opt-problem.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/opt-problem.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/opt-suggestions.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/opt-suggestions.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optabs-libfuncs.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optabs-libfuncs.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optabs-query.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optabs-query.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optabs-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optabs-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optabs.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optabs.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optabs.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optabs.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optinfo-emit-json.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optinfo-emit-json.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/optinfo.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/optinfo.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 options.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/options.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/opts-diagnostic.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/opts-diagnostic.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/opts-jobserver.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/opts-jobserver.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/opts.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/opts.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ordered-hash-map.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ordered-hash-map.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/output.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/output.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 pass-instances.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/pass-instances.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/pass_manager.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/pass_manager.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/passes.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/passes.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 plugin-version.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/plugin-version.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/plugin.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/plugin.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/plugin.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/plugin.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/pointer-query.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/pointer-query.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/poly-int-types.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/poly-int-types.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/poly-int.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/poly-int.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/predict.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/predict.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/predict.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/predict.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/prefix.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/prefix.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/pretty-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/pretty-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/print-rtl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/print-rtl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/print-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/print-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/profile-count.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/profile-count.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/profile.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/profile.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/range-op.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/range-op.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/range.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/range.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/read-md.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/read-md.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/read-rtl-function.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/read-rtl-function.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/real.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/real.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/realmpfr.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/realmpfr.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/recog.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/recog.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/reg-notes.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/reg-notes.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/regcprop.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/regcprop.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/regrename.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/regrename.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/regs.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/regs.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/regset.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/regset.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/reload.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/reload.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/resource.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/resource.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtl-error.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtl-error.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtl-iter.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtl-iter.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtl-ssa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtl-ssa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtl.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtl.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtlanal.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtlanal.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtlhash.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtlhash.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtlhooks-def.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtlhooks-def.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/rtx-vector-builder.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/rtx-vector-builder.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/run-rtl-passes.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/run-rtl-passes.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sanitizer.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sanitizer.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sbitmap.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sbitmap.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sched-int.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sched-int.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sel-sched-dump.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sel-sched-dump.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sel-sched-ir.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sel-sched-ir.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sel-sched.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sel-sched.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/selftest-diagnostic.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/selftest-diagnostic.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/selftest-rtl.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/selftest-rtl.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/selftest.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/selftest.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sese.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sese.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/shortest-paths.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/shortest-paths.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/shrink-wrap.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/shrink-wrap.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/signop.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/signop.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sparseset.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sparseset.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/spellcheck-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/spellcheck-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/spellcheck.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/spellcheck.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/splay-tree-utils.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/splay-tree-utils.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sreal.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sreal.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ssa-iterators.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ssa-iterators.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ssa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ssa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/statistics.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/statistics.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/stmt.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/stmt.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/stor-layout.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/stor-layout.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/streamer-hooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/streamer-hooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/stringpool.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/stringpool.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/substring-locations.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/substring-locations.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/symbol-summary.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/symbol-summary.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/symtab-clones.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/symtab-clones.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/symtab-thunks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/symtab-thunks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/sync-builtins.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/sync-builtins.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/system.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/system.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/target-def.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/target-def.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/target-globals.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/target-globals.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/target-hooks-macros.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/target-hooks-macros.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/target-insns.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/target-insns.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/target.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/target.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/target.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/target.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/targhooks.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/targhooks.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/timevar.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/timevar.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/timevar.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/timevar.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 tm-preds.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tm-preds.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 tm.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tm.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 tm_p.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tm_p.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/toplev.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/toplev.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tracer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tracer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/trans-mem.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/trans-mem.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-affine.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-affine.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-cfg.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-cfg.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-cfgcleanup.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-cfgcleanup.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 tree-check.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-check.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-chrec.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-chrec.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-core.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-core.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-data-ref.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-data-ref.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-dfa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-dfa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-diagnostic.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-diagnostic.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-dump.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-dump.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-eh.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-eh.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-hash-traits.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-hash-traits.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-hasher.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-hasher.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-if-conv.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-if-conv.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-inline.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-inline.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-into-ssa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-into-ssa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-iterator.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-iterator.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-logical-location.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-logical-location.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-nested.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-nested.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-object-size.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-object-size.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-outof-ssa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-outof-ssa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-parloops.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-parloops.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-pass.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-pass.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-phinodes.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-phinodes.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-pretty-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-pretty-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-scalar-evolution.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-scalar-evolution.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-sra.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-sra.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-address.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-address.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias-compare.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-alias-compare.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-alias.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-alias.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ccp.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-ccp.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-coalesce.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-coalesce.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dce.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-dce.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dom.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-dom.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-dse.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-dse.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-live.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-live.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-ivopts.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-loop-ivopts.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-manip.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-loop-manip.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop-niter.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-loop-niter.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-loop.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-loop.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-math-opts.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-math-opts.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-operands.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-operands.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-propagate.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-propagate.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-reassoc.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-reassoc.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-sccvn.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-sccvn.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-scopedtables.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-scopedtables.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-strlen.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-strlen.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-ter.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-ter.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadedge.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-threadedge.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa-threadupdate.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa-threadupdate.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssa.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssa.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-ssanames.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-ssanames.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-stdarg.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-stdarg.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-streamer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-streamer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-switch-conversion.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-switch-conversion.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-vector-builder.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-vector-builder.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-vectorizer.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-vectorizer.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree-vrp.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree-vrp.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/treestruct.def /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/treestruct.def
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tristate.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tristate.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tsan.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tsan.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/tsystem.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/tsystem.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/typeclass.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/typeclass.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/typed-splay-tree.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/typed-splay-tree.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/ubsan.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/ubsan.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/valtrack.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/valtrack.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-pointer-equiv.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-pointer-equiv.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-prof.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-prof.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-query.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-query.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-range-pretty-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-range-pretty-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-range-storage.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-range-storage.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-range.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-range.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/value-relation.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/value-relation.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/varasm.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/varasm.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/vec-perm-indices.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/vec-perm-indices.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/vec.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/vec.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/vector-builder.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/vector-builder.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 version.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/version.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/vmsdbg.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/vmsdbg.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/vr-values.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/vr-values.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/vtable-verify.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/vtable-verify.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/wide-int-bitmask.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/wide-int-bitmask.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/wide-int-print.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/wide-int-print.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/wide-int.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/wide-int.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/gcc/xcoff.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/xcoff.h
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 b-header-vars /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/include/b-header-vars
make[2]: Leaving directory '/bb.build/gcc'
make[2]: Entering directory '/bb.build/intl'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/bb.build/intl'
make[2]: Entering directory '/bb.build/libbacktrace'
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[3]: Entering directory '/bb.build/libbacktrace'
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/libbacktrace'
make[2]: Leaving directory '/bb.build/libbacktrace'
make[2]: Entering directory '/bb.build/libcpp'
test -f config.h || (rm -f stamp-h1 && /BuggyBox/make/4.4/bootstrap/bin/make stamp-h1)
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ca/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/eo/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ka/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/pt_BR/LC_MESSAGES
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ro/LC_MESSAGES
cats="po/be.gmo po/ca.gmo po/da.gmo po/de.gmo po/el.gmo po/eo.gmo po/es.gmo po/fi.gmo po/fr.gmo po/id.gmo po/ja.gmo po/ka.gmo po/nl.gmo po/pt_BR.gmo po/ro.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo po/be.gmo po/ca.gmo po/da.gmo po/de.gmo po/el.gmo po/eo.gmo po/es.gmo po/fi.gmo po/fr.gmo po/id.gmo po/ja.gmo po/ka.gmo po/nl.gmo po/pt_BR.gmo po/ro.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo"; for cat in $cats; do \
  lang=`basename $cat | sed 's/\.gmo$//'`; \
  if [ -f $cat ]; then :; \
  elif [ -f /bb.download/source/gcc-13.2.0/libcpp/$cat ]; then cat=/bb.download/source/gcc-13.2.0/libcpp/$cat; \
  else continue; \
  fi; \
  dir=/BuggyBox/gcc/13.2.0/bootstrap/share/locale/$lang/LC_MESSAGES; \
  echo /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $cat $dir/cpplib.mo; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $cat $dir/cpplib.mo; \
done
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/be.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ca.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ca/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/da.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/de.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/el.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/eo.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/eo/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/es.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/fi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/fr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/id.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ja.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ka.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ka/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/nl.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/pt_BR.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/pt_BR/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ro.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ro/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ru.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/sr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/sv.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/tr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/uk.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/vi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/zh_CN.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/zh_TW.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/be.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/be/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ca.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ca/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/da.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/da/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/de.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/de/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/el.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/el/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/eo.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/eo/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/es.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/es/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/fi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fi/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/fr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/fr/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/id.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/id/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ja.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ja/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ka.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ka/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/nl.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/nl/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/pt_BR.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/pt_BR/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ro.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ro/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/ru.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/ru/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/sr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sr/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/sv.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/sv/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/tr.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/tr/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/uk.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/uk/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/vi.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/vi/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/zh_CN.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_CN/LC_MESSAGES/cpplib.mo
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libcpp/po/zh_TW.gmo /BuggyBox/gcc/13.2.0/bootstrap/share/locale/zh_TW/LC_MESSAGES/cpplib.mo
make[2]: Leaving directory '/bb.build/libcpp'
make[2]: Entering directory '/bb.build/libdecnumber'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/bb.build/libdecnumber'
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'
if test -n ""; then \
	/bin/sh /bb.download/source/gcc-13.2.0/libiberty/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/`gcc -g -O2     -print-multi-os-directory`; \
	/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libiberty.a /BuggyBox/gcc/13.2.0/bootstrap/lib/`gcc -g -O2     -print-multi-os-directory`/./libiberty.an; \
	( cd /BuggyBox/gcc/13.2.0/bootstrap/lib/`gcc -g -O2     -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \
	mv -f /BuggyBox/gcc/13.2.0/bootstrap/lib/`gcc -g -O2     -print-multi-os-directory`/./libiberty.an /BuggyBox/gcc/13.2.0/bootstrap/lib/`gcc -g -O2     -print-multi-os-directory`/./libiberty.a; \
	case "" in \
	  /*)    thd=;; \
	  *)     thd=/BuggyBox/gcc/13.2.0/bootstrap/include/;; \
	esac; \
	/bin/sh /bb.download/source/gcc-13.2.0/libiberty/../mkinstalldirs ${thd}; \
	for h in /bb.download/source/gcc-13.2.0/libiberty/../include/ansidecl.h /bb.download/source/gcc-13.2.0/libiberty/../include/demangle.h /bb.download/source/gcc-13.2.0/libiberty/../include/dyn-string.h /bb.download/source/gcc-13.2.0/libiberty/../include/fibheap.h /bb.download/source/gcc-13.2.0/libiberty/../include/floatformat.h /bb.download/source/gcc-13.2.0/libiberty/../include/hashtab.h /bb.download/source/gcc-13.2.0/libiberty/../include/libiberty.h /bb.download/source/gcc-13.2.0/libiberty/../include/objalloc.h /bb.download/source/gcc-13.2.0/libiberty/../include/partition.h /bb.download/source/gcc-13.2.0/libiberty/../include/safe-ctype.h /bb.download/source/gcc-13.2.0/libiberty/../include/sort.h /bb.download/source/gcc-13.2.0/libiberty/../include/splay-tree.h /bb.download/source/gcc-13.2.0/libiberty/../include/timeval-utils.h; do \
	  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $h ${thd}; \
	done; \
fi
make[3]: Entering directory '/bb.build/libiberty/testsuite'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/bb.build/libiberty/testsuite'
make[2]: Leaving directory '/bb.build/libiberty'
make[2]: Entering directory '/bb.build/c++tools'
/bin/sh /bb.download/source/gcc-13.2.0/c++tools/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c g++-mapper-server /BuggyBox/gcc/13.2.0/bootstrap/libexec/gcc/x86_64-pc-linux-gnu/13.2.0
make[2]: Leaving directory '/bb.build/c++tools'
make[2]: Entering directory '/bb.build/libcc1'
make[3]: Entering directory '/bb.build/libcc1'
make[3]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libcc1.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: (cd /bb.build/libcc1; /bin/sh /bb.build/libcc1/libtool  --tag CXX --mode=relink /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 -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: relink:  /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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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
libtool: relink: rm -f  .libs/libcc1.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcc1.so.0.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libcc1.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libcc1.so.0.0.0 libcc1.so.0 || { rm -f libcc1.so.0 && ln -s libcc1.so.0.0.0 libcc1.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libcc1.so.0.0.0 libcc1.so || { rm -f libcc1.so && ln -s libcc1.so.0.0.0 libcc1.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcc1.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libcc1.la
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libcc1plugin.la libcp1plugin.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin'
libtool: install: (cd /bb.build/libcc1; /bin/sh /bb.build/libcc1/libtool  --tag CXX --mode=relink /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 -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 )
libtool: relink:  /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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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: relink: rm -f  .libs/libcc1plugin.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcc1plugin.so.0.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/libcc1plugin.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin && { ln -s -f libcc1plugin.so.0.0.0 libcc1plugin.so.0 || { rm -f libcc1plugin.so.0 && ln -s libcc1plugin.so.0.0.0 libcc1plugin.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin && { ln -s -f libcc1plugin.so.0.0.0 libcc1plugin.so || { rm -f libcc1plugin.so && ln -s libcc1plugin.so.0.0.0 libcc1plugin.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcc1plugin.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/libcc1plugin.la
libtool: install: (cd /bb.build/libcc1; /bin/sh /bb.build/libcc1/libtool  --tag CXX --mode=relink /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 -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 )
libtool: relink:  /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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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: relink: rm -f  .libs/libcp1plugin.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcp1plugin.so.0.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/libcp1plugin.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin && { ln -s -f libcp1plugin.so.0.0.0 libcp1plugin.so.0 || { rm -f libcp1plugin.so.0 && ln -s libcp1plugin.so.0.0.0 libcp1plugin.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin && { ln -s -f libcp1plugin.so.0.0.0 libcp1plugin.so || { rm -f libcp1plugin.so && ln -s libcp1plugin.so.0.0.0 libcp1plugin.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcp1plugin.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin/libcp1plugin.la
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/plugin

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/bb.build/libcc1'
make[2]: Leaving directory '/bb.build/libcc1'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc_eh.a /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/
chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libgcc_eh.a
ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libgcc_eh.a
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so.1 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgcc_s.so.1; rm -f /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgcc_s.so; /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgcc_s.so /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgcc_s.so
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcc.a /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/
chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libgcc.a
ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libgcc.a
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgcov.a /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/
chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libgcov.a
ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/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 /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/$file;		\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/;	\
  case $file in 					\
    *.a)						\
      ranlib ../.././gcc/$file ;;	\
  esac;							\
done
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 unwind.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include
/bin/sh /bb.download/source/gcc-13.2.0/libgcc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libgcc/gcov.h /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgcc'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3'
Making install in include
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[4]: Nothing to be done for 'install-exec-am'.
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./bits
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./bits
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/algorithmfwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/align.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/alloc_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/atomic_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/c++0x_warning.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/boost_concept_check.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/concept_check.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/char_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/cpp_type_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/enable_special_members.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/functexcept.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/functional_hash.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/invoke.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/iterator_concepts.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/max_size_type.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/memoryfwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/move.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/predefined_ops.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/parse_numbers.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ptr_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/range_access.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ranges_algo.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ranges_algobase.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ranges_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ranges_cmp.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ranges_uninitialized.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ranges_util.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/refwrap.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_algo.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_algobase.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_construct.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_function.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_iterator_base_funcs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_iterator_base_types.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_numeric.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_heap.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_pair.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_raw_storage_iter.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_relops.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_uninitialized.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/string_view.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/uniform_int_dist.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/unique_ptr.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/uses_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/uses_allocator_args.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/utility.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/allocated_ptr.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/atomic_futex.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/atomic_timed_wait.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/atomic_wait.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/basic_ios.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/basic_ios.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/basic_string.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/basic_string.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/charconv.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/chrono.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/chrono_io.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/codecvt.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/cow_string.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/deque.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/erase_if.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/forward_list.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/forward_list.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/fs_dir.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/fs_fwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/fs_ops.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/fs_path.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/fstream.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/gslice.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/gslice_array.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/hashtable.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/hashtable_policy.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/indirect_array.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ios_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/istream.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/list.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_classes.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_classes.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_conv.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_facets.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_facets.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_facets_nonio.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/locale_facets_nonio.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/localefwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/mask_array.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/memory_resource.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/mofunc_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/move_only_function.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/new_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/node_handle.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ostream.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/ostream_insert.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/postypes.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/quoted_string.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/random.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/random.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_constants.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_error.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_scanner.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_scanner.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_automaton.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_automaton.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_compiler.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_compiler.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_executor.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/regex_executor.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/requires_hosted.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/semaphore_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/shared_ptr.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/shared_ptr_atomic.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/shared_ptr_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/slice_array.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/specfun.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/sstream.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/std_abs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/std_function.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/std_mutex.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/std_thread.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_bvector.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_deque.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_list.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_map.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_multimap.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_multiset.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_queue.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_relops.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_set.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_stack.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_tempbuf.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_tree.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stl_vector.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stream_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/streambuf_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/streambuf.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/stringfwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/this_thread_sleep.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/unique_lock.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/unordered_map.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/unordered_set.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/valarray_array.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/valarray_array.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/valarray_before.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/valarray_after.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/bits/vector.tcc; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./bits; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./backward
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./backward
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/auto_ptr.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/binders.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/backward_warning.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/hash_map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/hash_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/hash_fun.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/hashtable.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/strstream; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./backward; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/.
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/algorithm /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/array /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/atomic /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/bit /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/bitset /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/concepts /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/coroutine /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/expected /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/functional /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/iterator /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/limits /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/memory /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/numbers /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/numeric /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/optional /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/ranges /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/ratio /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/scoped_allocator /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/source_location /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/span /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/string_view /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/tuple /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/type_traits /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/typeindex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/utility /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/variant /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/version /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/any /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/barrier /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/charconv /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/chrono /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/codecvt /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/complex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/condition_variable /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/deque /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/execution /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/filesystem /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/format /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/forward_list /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/fstream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/future /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/iomanip /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/ios /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/iosfwd /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/iostream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/istream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/latch /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/list /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/locale /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/memory_resource /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/mutex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/ostream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/queue /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/random /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/regex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/semaphore /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/shared_mutex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/spanstream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/sstream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/syncstream /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/stack /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/stacktrace /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/stdexcept /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/stdfloat /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/stop_token /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/streambuf /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/string /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/system_error /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/thread /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/unordered_map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/unordered_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/valarray /bb.download/source/gcc-13.2.0/libstdc++-v3/include/std/vector; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/.; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./debug
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./debug
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/assertions.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/debug.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/bitset /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/deque /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/formatter.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/forward_list /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/functions.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/helper_functions.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/list /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/macros.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/map.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/multimap.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/multiset.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_container.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_iterator.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_local_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_local_iterator.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_sequence.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_sequence.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_unordered_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_unordered_container.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/safe_unordered_container.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/set.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/stl_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/string /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/unordered_map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/unordered_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/debug/vector; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./debug; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/x86_64-pc-linux-gnu/bits
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/x86_64-pc-linux-gnu/bits
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/gnu-linux/ctype_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/gnu-linux/ctype_inline.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/gnu-linux/os_defines.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/generic/atomic_word.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/generic/cpu_defines.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/os/generic/error_constants.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdc++.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/stdtr1c++.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/precompiled/extc++.h /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/i486/opt/bits/opt_random.h ./x86_64-pc-linux-gnu/bits/basic_file.h ./x86_64-pc-linux-gnu/bits/c++config.h ./x86_64-pc-linux-gnu/bits/c++allocator.h ./x86_64-pc-linux-gnu/bits/c++io.h ./x86_64-pc-linux-gnu/bits/c++locale.h ./x86_64-pc-linux-gnu/bits/messages_members.h ./x86_64-pc-linux-gnu/bits/time_members.h \
 ./x86_64-pc-linux-gnu/bits/gthr.h ./x86_64-pc-linux-gnu/bits/gthr-single.h ./x86_64-pc-linux-gnu/bits/gthr-posix.h ./x86_64-pc-linux-gnu/bits/gthr-default.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/x86_64-pc-linux-gnu/bits; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/.
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cfloat /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/climits /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstddef /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstdint /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstdlib /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cassert /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/ccomplex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cctype /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cerrno /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cfenv /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cinttypes /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/ciso646 /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/clocale /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cmath /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/csetjmp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/csignal /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstdalign /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstdarg /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstdbool /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstdio /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cstring /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/ctgmath /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/ctime /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cuchar /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cwchar /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_global/cwctype; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/.; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/aligned_buffer.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/alloc_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/atomicity.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/cast.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/concurrence.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/numeric_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/iterator /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pointer.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/type_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/typelist.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/algorithm /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/bitmap_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/cmath /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/codecvt_specializations.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/debug_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/enc_filebuf.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/extptr_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/functional /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/malloc_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/memory /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/mt_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/new_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/numeric /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pod_char_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pool_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/random /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/random.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/rb_tree /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/rc_string_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/rope /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/ropeimpl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/slist /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/sso_string_base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/stdio_filebuf.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/stdio_sync_filebuf.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/string_conversions.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/throw_allocator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/vstring_fwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/vstring.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/vstring.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/vstring_util.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/hash_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/backward/hash_map; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext; done
for dir in ./ext/pb_ds/detail ./ext/pb_ds/detail/pairing_heap_ ./ext/pb_ds/detail/splay_tree_ ./ext/pb_ds/detail/list_update_map_ ./ext/pb_ds/detail/branch_policy ./ext/pb_ds/detail/trie_policy ./ext/pb_ds/detail/gp_hash_table_map_ ./ext/pb_ds/detail/tree_policy ./ext/pb_ds/detail/binomial_heap_base_ ./ext/pb_ds/detail/resize_policy ./ext/pb_ds/detail/bin_search_tree_ ./ext/pb_ds/detail/binomial_heap_ ./ext/pb_ds/detail/thin_heap_ ./ext/pb_ds/detail/pat_trie_ ./ext/pb_ds/detail/cc_hash_table_map_ ./ext/pb_ds/detail/rc_binomial_heap_ ./ext/pb_ds/detail/left_child_next_sibling_heap_ ./ext/pb_ds/detail/unordered_iterator ./ext/pb_ds/detail/binary_heap_ ./ext/pb_ds/detail/ov_tree_map_ ./ext/pb_ds/detail/hash_fn ./ext/pb_ds/detail/eq_fn ./ext/pb_ds/detail/rb_tree_map_ ./ext/pb_ds/detail/list_update_policy; do \
  /bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/${dir} ; done
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/pairing_heap_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/splay_tree_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/list_update_map_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/branch_policy
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/trie_policy
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/gp_hash_table_map_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/tree_policy
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/binomial_heap_base_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/resize_policy
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/bin_search_tree_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/binomial_heap_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/thin_heap_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/pat_trie_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/cc_hash_table_map_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/rc_binomial_heap_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/left_child_next_sibling_heap_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/unordered_iterator
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/binary_heap_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/ov_tree_map_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/hash_fn
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/eq_fn
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/rb_tree_map_
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds/detail/list_update_policy
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/exception.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp /bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp; do \
  install_base=/BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./ext/pb_ds ; \
  relative_name=`echo $file | sed -e "s|/bb.download/source/gcc-13.2.0/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} ${install_base}/${relative_name} ; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./tr1
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./tr1
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/array /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/bessel_function.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/beta_function.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/ccomplex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cctype /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cfenv /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cfloat /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cinttypes /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/climits /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cmath /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/complex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/complex.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cstdarg /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cstdbool /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cstdint /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cstdio /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cstdlib /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/ctgmath /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/ctime /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/ctype.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cwchar /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/cwctype /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/ell_integral.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/exp_integral.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/fenv.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/float.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/functional /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/functional_hash.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/gamma.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/hypergeometric.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/hashtable.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/hashtable_policy.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/inttypes.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/limits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/math.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/memory /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/modified_bessel_func.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/poly_hermite.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/poly_laguerre.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/legendre_function.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/random /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/random.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/random.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/regex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/riemann_zeta.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/shared_ptr.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/special_function_util.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/stdarg.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/stdbool.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/stdint.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/stdio.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/stdlib.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/tgmath.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/tuple /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/type_traits /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/unordered_map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/unordered_map.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/unordered_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/unordered_set.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/utility /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/wchar.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr1/wctype.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./tr1; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./tr2
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./tr2
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr2/bool_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr2/bool_set.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr2/dynamic_bitset /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr2/dynamic_bitset.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr2/ratio /bb.download/source/gcc-13.2.0/libstdc++-v3/include/tr2/type_traits; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./tr2; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./decimal
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./decimal
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/decimal/decimal /bb.download/source/gcc-13.2.0/libstdc++-v3/include/decimal/decimal.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./decimal; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./experimental
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./experimental
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/algorithm /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/any /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/array /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/buffer /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/chrono /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/contract /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/deque /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/executor /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/forward_list /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/functional /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/internet /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/io_context /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/iterator /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/list /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/memory /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/memory_resource /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/net /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/netfwd /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/numeric /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/optional /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/propagate_const /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/random /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/ratio /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/regex /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/scope /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/simd /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/socket /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/source_location /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/string /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/string_view /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/synchronized_value /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/system_error /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/timer /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/tuple /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/type_traits /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/unordered_map /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/unordered_set /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/utility /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/vector /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/filesystem; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./experimental; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./experimental/bits
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./experimental/bits
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/lfts_config.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/net.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/numeric_traits.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/shared_ptr.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_builtin.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_converter.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_detail.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_fixed_size.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_math.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_neon.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_ppc.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_scalar.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_x86.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/simd_x86_conversions.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/string_view.tcc /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/fs_dir.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/fs_fwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/fs_ops.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/experimental/bits/fs_path.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./experimental/bits; done
c_base_headers_extra_install='';\
for file in $c_base_headers_extra_install; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./bits; done
c_compatibility_headers_install='/bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_compatibility/complex.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_compatibility/fenv.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_compatibility/tgmath.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_compatibility/math.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_compatibility/stdatomic.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/c_compatibility/stdlib.h';\
for file in $c_compatibility_headers_install; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $file /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./parallel
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./parallel
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/algo.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/algobase.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/algorithm /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/algorithmfwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/balanced_quicksort.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/base.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/basic_iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/checkers.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/compatibility.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/compiletime_settings.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/equally_split.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/features.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/find.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/find_selectors.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/for_each.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/for_each_selectors.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/iterator.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/list_partition.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/losertree.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/merge.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/multiseq_selection.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/multiway_merge.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/multiway_mergesort.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/numeric /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/numericfwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/omp_loop.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/omp_loop_static.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/par_loop.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/parallel.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/partial_sum.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/partition.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/queue.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/quicksort.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/random_number.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/random_shuffle.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/search.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/set_operations.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/settings.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/sort.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/tags.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/types.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/unique_copy.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/parallel/workstealing.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./parallel; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/x86_64-pc-linux-gnu/bits/../ext
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/x86_64-pc-linux-gnu/bits/../ext
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/x86_64-pc-linux-gnu/bits/../ext; done
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./pstl
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./pstl
for file in /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/algorithm_fwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/algorithm_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/execution_defs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/execution_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_algorithm_defs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_algorithm_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_execution_defs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_memory_defs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_memory_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_numeric_defs.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/glue_numeric_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/memory_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/numeric_fwd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/numeric_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/parallel_backend.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/parallel_backend_tbb.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/parallel_backend_serial.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/parallel_backend_utils.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/parallel_impl.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/pstl_config.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/unseq_backend_simd.h /bb.download/source/gcc-13.2.0/libstdc++-v3/include/pstl/utils.h; do \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${file} /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/./pstl; done
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/include'
Making install in libsupc++
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libsupc++.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libsupc++.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libsupc++.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libsupc++.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libsupc++.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libsupc++.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libsupc++.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/atomic_lockfree_defines.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/atomic_lockfree_defines.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/cxxabi_forced.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/cxxabi_forced.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/exception_defines.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/exception_defines.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/exception_ptr.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/exception_ptr.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/hash_bytes.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/hash_bytes.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/nested_exception.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/nested_exception.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/exception.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/exception.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/cxxabi_init_exception.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/bits/cxxabi_init_exception.h
/bin/sh /bb.download/source/gcc-13.2.0/libstdc++-v3/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/compare /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/compare
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/cxxabi.h /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/cxxabi.h
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/exception /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/exception
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/initializer_list /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/initializer_list
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/new /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/new
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libstdc++-v3/libsupc++/typeinfo /BuggyBox/gcc/13.2.0/bootstrap/include/c++/13.2.0/typeinfo
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++'
Making install in src
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making install in c++98
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/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 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++98'
Making install in c++11
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/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 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11'
Making install in c++17
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/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 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++17'
Making install in c++20
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/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 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++20'
Making install in filesystem
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libstdc++fs.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++fs.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++fs.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++fs.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++fs.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++fs.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++fs.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/filesystem'
Making install in experimental
make[4]: Entering 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/experimental'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libstdc++exp.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++exp.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++exp.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++exp.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++exp.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++exp.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++exp.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/experimental'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
make[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libstdc++.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++.so.6.0.32 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++.so.6.0.32
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libstdc++.so.6.0.32 libstdc++.so.6 || { rm -f libstdc++.so.6 && ln -s libstdc++.so.6.0.32 libstdc++.so.6; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libstdc++.so.6.0.32 libstdc++.so || { rm -f libstdc++.so && ln -s libstdc++.so.6.0.32 libstdc++.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libstdc++.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for 'install-data-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'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src'
Making install in doc
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/doc'
Making install in po
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/po'
Making install in testsuite
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/testsuite'
Making install in python
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[4]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 gdb.py /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libstdc++.so.6.0.32-gdb.py
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python/libstdcxx/v6'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  /bb.download/source/gcc-13.2.0/libstdc++-v3/python/libstdcxx/v6/printers.py /bb.download/source/gcc-13.2.0/libstdc++-v3/python/libstdcxx/v6/xmethods.py /bb.download/source/gcc-13.2.0/libstdc++-v3/python/libstdcxx/v6/__init__.py '/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python/libstdcxx/v6'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python/libstdcxx'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  /bb.download/source/gcc-13.2.0/libstdc++-v3/python/libstdcxx/__init__.py '/BuggyBox/gcc/13.2.0/bootstrap/share/gcc-13.2.0/python/libstdcxx'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/python'
make[3]: 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]: 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=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Nothing to be done for 'install-data-am'.
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'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
Making install in sanitizer_common
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/sanitizer_common'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/sanitizer_common'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/sanitizer_common'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/sanitizer_common'
Making install in interception
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/interception'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/interception'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/interception'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/interception'
Making install in libbacktrace
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/libbacktrace'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/libbacktrace'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/libbacktrace'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/libbacktrace'
Making install in lsan
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 liblsan_preinit.o '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   liblsan.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: (cd /bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan; /bin/sh /bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool  --tag CXX --mode=relink /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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 0:0:0 -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: relink:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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
libtool: relink: rm -f  .libs/liblsan.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblsan.so.0.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/liblsan.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f liblsan.so.0.0.0 liblsan.so.0 || { rm -f liblsan.so.0 && ln -s liblsan.so.0.0.0 liblsan.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f liblsan.so.0.0.0 liblsan.so || { rm -f liblsan.so && ln -s liblsan.so.0.0.0 liblsan.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblsan.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/liblsan.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/liblsan.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/liblsan.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/liblsan.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/liblsan.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/lsan'
Making install in asan
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libasan_preinit.o '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libasan.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: (cd /bb.build/x86_64-pc-linux-gnu/libsanitizer/asan; /bin/sh /bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool  --tag CXX --mode=relink /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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 8:0:0 -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 )
libtool: relink:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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
libtool: relink: rm -f  .libs/libasan.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libasan.so.8.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libasan.so.8.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libasan.so.8.0.0 libasan.so.8 || { rm -f libasan.so.8 && ln -s libasan.so.8.0.0 libasan.so.8; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libasan.so.8.0.0 libasan.so || { rm -f libasan.so && ln -s libasan.so.8.0.0 libasan.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libasan.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libasan.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libasan.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libasan.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libasan.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libasan.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/asan'
Making install in ubsan
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libubsan.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: (cd /bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan; /bin/sh /bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool  --tag CXX --mode=relink /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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 1:0:0 -ldl -lrt -lpthread -lm -o libubsan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 ubsan_diag.lo ubsan_flags.lo ubsan_handlers.lo ubsan_handlers_cxx.lo ubsan_init.lo ubsan_monitor.lo ubsan_type_hash.lo ubsan_type_hash_itanium.lo ubsan_type_hash_win.lo ubsan_value.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la )
libtool: relink:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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/libubsan.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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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,libubsan.so.1 -o .libs/libubsan.so.1.0.0
libtool: relink: rm -f  .libs/libubsan.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libubsan.so.1.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libubsan.so.1.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libubsan.so.1.0.0 libubsan.so.1 || { rm -f libubsan.so.1 && ln -s libubsan.so.1.0.0 libubsan.so.1; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libubsan.so.1.0.0 libubsan.so || { rm -f libubsan.so && ln -s libubsan.so.1.0.0 libubsan.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libubsan.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libubsan.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libubsan.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libubsan.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libubsan.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libubsan.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/ubsan'
Making install in tsan
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libtsan_preinit.o '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libtsan.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: (cd /bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan; /bin/sh /bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool  --tag CXX --mode=relink /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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 2:0:0 -lrt -ldl -lrt -lpthread -lm -o libtsan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 tsan_debugging.lo tsan_external.lo tsan_fd.lo tsan_flags.lo tsan_ignoreset.lo tsan_interceptors_posix.lo tsan_interceptors_mac.lo tsan_interface_ann.lo tsan_interface_atomic.lo tsan_interface.lo tsan_interface_java.lo tsan_malloc_mac.lo tsan_md5.lo tsan_mman.lo tsan_mutexset.lo tsan_new_delete.lo tsan_platform_linux.lo tsan_platform_mac.lo tsan_platform_posix.lo tsan_platform_windows.lo tsan_report.lo tsan_rtl.lo tsan_rtl_access.lo tsan_rtl_mutex.lo tsan_rtl_proc.lo tsan_rtl_report.lo tsan_rtl_thread.lo tsan_stack_trace.lo tsan_suppressions.lo tsan_symbolize.lo tsan_sync.lo tsan_vector_clock.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la tsan_rtl_amd64.lo ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la )
libtool: relink:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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/libtsan.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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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,libtsan.so.2 -o .libs/libtsan.so.2.0.0
libtool: relink: rm -f  .libs/libtsan.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libtsan.so.2.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libtsan.so.2.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libtsan.so.2.0.0 libtsan.so.2 || { rm -f libtsan.so.2 && ln -s libtsan.so.2.0.0 libtsan.so.2; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libtsan.so.2.0.0 libtsan.so || { rm -f libtsan.so && ln -s libtsan.so.2.0.0 libtsan.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libtsan.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libtsan.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libtsan.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libtsan.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libtsan.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libtsan.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/tsan'
Making install in hwasan
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libhwasan_preinit.o '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libhwasan.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: (cd /bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan; /bin/sh /bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool  --tag CXX --mode=relink /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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 -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 0:0:0 -ldl -lrt -lpthread -lm -o libhwasan.la -rpath /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 hwasan_allocation_functions.lo hwasan_allocator.lo hwasan.lo hwasan_dynamic_shadow.lo hwasan_exceptions.lo hwasan_fuchsia.lo hwasan_globals.lo hwasan_interceptors.lo hwasan_interceptors_vfork.lo hwasan_linux.lo hwasan_memintrinsics.lo hwasan_new_delete.lo hwasan_poisoning.lo hwasan_report.lo hwasan_setjmp_aarch64.lo hwasan_setjmp_x86_64.lo hwasan_tag_mismatch_aarch64.lo hwasan_thread.lo hwasan_thread_list.lo hwasan_type_test.lo ../sanitizer_common/libsanitizer_common.la ../interception/libinterception.la ../libbacktrace/libsanitizer_libbacktrace.la ../../libstdc++-v3/src/libstdc++.la )
libtool: relink:  /bb.build/./gcc/xgcc -shared-libgcc -B/bb.build/./gcc -nostdinc++ -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/bin/ -B/BuggyBox/gcc/13.2.0/bootstrap/x86_64-pc-linux-gnu/lib/ -isystem /BuggyBox/gcc/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/libhwasan.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,/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 -L/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 -lstdc++ -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,libhwasan.so.0 -o .libs/libhwasan.so.0.0.0
libtool: relink: rm -f  .libs/libhwasan.la.lnkscript
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libhwasan.so.0.0.0T /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libhwasan.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libhwasan.so.0.0.0 libhwasan.so.0 || { rm -f libhwasan.so.0 && ln -s libhwasan.so.0.0.0 libhwasan.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libhwasan.so.0.0.0 libhwasan.so || { rm -f libhwasan.so && ln -s libhwasan.so.0.0.0 libhwasan.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libhwasan.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libhwasan.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libhwasan.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libhwasan.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libhwasan.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libhwasan.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer/hwasan'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
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" "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
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
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" "LD=/bb.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/bb.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libsanitizer.spec '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/sanitizer'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libsanitizer/include/sanitizer/common_interface_defs.h /bb.download/source/gcc-13.2.0/libsanitizer/include/sanitizer/lsan_interface.h /bb.download/source/gcc-13.2.0/libsanitizer/include/sanitizer/asan_interface.h /bb.download/source/gcc-13.2.0/libsanitizer/include/sanitizer/tsan_interface.h /bb.download/source/gcc-13.2.0/libsanitizer/include/sanitizer/hwasan_interface.h '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/sanitizer'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libsanitizer'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
/BuggyBox/make/4.4/bootstrap/bin/make  install-recursive
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
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[5]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[5]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libvtv'
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[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libssp'
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
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libssp'
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=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libssp.la libssp_nonshared.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libssp.so.0.0.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libssp.so.0.0.0 libssp.so.0 || { rm -f libssp.so.0 && ln -s libssp.so.0.0.0 libssp.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libssp.so.0.0.0 libssp.so || { rm -f libssp.so && ln -s libssp.so.0.0.0 libssp.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libssp.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libssp_nonshared.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp_nonshared.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libssp.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp.a
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libssp_nonshared.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp_nonshared.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp_nonshared.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libssp_nonshared.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/ssp'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  ssp/ssp.h /bb.download/source/gcc-13.2.0/libssp/ssp/string.h /bb.download/source/gcc-13.2.0/libssp/ssp/stdio.h /bb.download/source/gcc-13.2.0/libssp/ssp/unistd.h '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/ssp'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libssp'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libssp'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libbacktrace'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
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" "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
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
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=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libquadmath.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libquadmath.so.0.0.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libquadmath.so.0.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libquadmath.so.0.0.0 libquadmath.so.0 || { rm -f libquadmath.so.0 && ln -s libquadmath.so.0.0.0 libquadmath.so.0; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libquadmath.so.0.0.0 libquadmath.so || { rm -f libquadmath.so && ln -s libquadmath.so.0.0.0 libquadmath.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libquadmath.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libquadmath.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libquadmath.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libquadmath.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libquadmath.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libquadmath.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/share/info'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libquadmath.info '/BuggyBox/gcc/13.2.0/bootstrap/share/info'
 install-info --info-dir='/BuggyBox/gcc/13.2.0/bootstrap/share/info' '/BuggyBox/gcc/13.2.0/bootstrap/share/info/libquadmath.info'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libquadmath/quadmath.h /bb.download/source/gcc-13.2.0/libquadmath/quadmath_weak.h '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libquadmath'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
/BuggyBox/make/4.4/bootstrap/bin/make  install-am
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
:
:
:
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libcaf_single.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcaf_single.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libcaf_single.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcaf_single.a /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libcaf_single.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libcaf_single.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/libcaf_single.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgfortran.spec '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libgfortran.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libgfortran.so.5.0.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgfortran.so.5.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libgfortran.so.5.0.0 libgfortran.so.5 || { rm -f libgfortran.so.5 && ln -s libgfortran.so.5.0.0 libgfortran.so.5; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libgfortran.so.5.0.0 libgfortran.so || { rm -f libgfortran.so && ln -s libgfortran.so.5.0.0 libgfortran.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libgfortran.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgfortran.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libgfortran.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgfortran.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgfortran.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgfortran.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/gcc-13.2.0/libgfortran/ISO_Fortran_binding.h '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
:
:
:
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/finclude'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ieee_arithmetic.mod ieee_exceptions.mod ieee_features.mod '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/finclude'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgfortran'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libobjc'
/bin/sh /bb.download/source/gcc-13.2.0/libobjc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
/bin/sh ./libtool  --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c libobjc.la /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64;
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libobjc.so.4.0.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libobjc.so.4.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libobjc.so.4.0.0 libobjc.so.4 || { rm -f libobjc.so.4 && ln -s libobjc.so.4.0.0 libobjc.so.4; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libobjc.so.4.0.0 libobjc.so || { rm -f libobjc.so && ln -s libobjc.so.4.0.0 libobjc.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libobjc.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libobjc.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libobjc.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libobjc.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libobjc.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libobjc.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if [ "" ]; then \
  /bin/sh ./libtool  --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c libobjc_gc.la \
			/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64;\
fi
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="install-libs"
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /bb.download/source/gcc-13.2.0/libobjc/../mkinstalldirs /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/objc
mkdir -p -- /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/objc
for file in objc.h objc-exception.h objc-sync.h NXConstStr.h Object.h Protocol.h message.h objc-decls.h runtime.h thr.h; do \
  realfile=/bb.download/source/gcc-13.2.0/libobjc/objc/${file}; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ${realfile} /BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include/objc; \
done
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libobjc'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
Making install in testsuite
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp/testsuite'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
:
:
:
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libgomp.spec '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libgomp.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libgomp.so.1.0.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgomp.so.1.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libgomp.so.1.0.0 libgomp.so.1 || { rm -f libgomp.so.1 && ln -s libgomp.so.1.0.0 libgomp.so.1; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libgomp.so.1.0.0 libgomp.so || { rm -f libgomp.so && ln -s libgomp.so.1.0.0 libgomp.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libgomp.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgomp.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libgomp.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgomp.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgomp.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libgomp.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/share/info'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libgomp.info '/BuggyBox/gcc/13.2.0/bootstrap/share/info'
 install-info --info-dir='/BuggyBox/gcc/13.2.0/bootstrap/share/info' '/BuggyBox/gcc/13.2.0/bootstrap/share/info/libgomp.info'
:
:
:
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/finclude'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod /bb.download/source/gcc-13.2.0/libgomp/openacc_lib.h /bb.download/source/gcc-13.2.0/libgomp/openacc.f90 openacc.mod openacc_kinds.mod '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/finclude'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 omp.h /bb.download/source/gcc-13.2.0/libgomp/openacc.h /bb.download/source/gcc-13.2.0/libgomp/acc_prof.h '/BuggyBox/gcc/13.2.0/bootstrap/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libgomp'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm'
Making install in testsuite
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm/testsuite'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm/testsuite'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm/testsuite'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm/testsuite'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm'
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libitm'
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libitm.spec '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libitm.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libitm.so.1.0.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libitm.so.1.0.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libitm.so.1.0.0 libitm.so.1 || { rm -f libitm.so.1 && ln -s libitm.so.1.0.0 libitm.so.1; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libitm.so.1.0.0 libitm.so || { rm -f libitm.so && ln -s libitm.so.1.0.0 libitm.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libitm.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libitm.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libitm.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libitm.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libitm.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libitm.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/share/info'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./libitm.info '/BuggyBox/gcc/13.2.0/bootstrap/share/info'
 install-info --info-dir='/BuggyBox/gcc/13.2.0/bootstrap/share/info' '/BuggyBox/gcc/13.2.0/bootstrap/share/info/libitm.info'
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm'
make[2]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libitm'
make[2]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
Making install in testsuite
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic/testsuite'
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic/testsuite'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libatomic/testsuite'
make[3]: Leaving directory '/bb.build/x86_64-pc-linux-gnu/libatomic/testsuite'
make[3]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
true  DO=all multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
make[4]: Entering directory '/bb.build/x86_64-pc-linux-gnu/libatomic'
true  DO=install multi-do # /BuggyBox/make/4.4/bootstrap/bin/make
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libatomic.la '/BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libatomic.so.1.2.0 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libatomic.so.1.2.0
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libatomic.so.1.2.0 libatomic.so.1 || { rm -f libatomic.so.1 && ln -s libatomic.so.1.2.0 libatomic.so.1; }; })
libtool: install: (cd /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64 && { ln -s -f libatomic.so.1.2.0 libatomic.so || { rm -f libatomic.so && ln -s libatomic.so.1.2.0 libatomic.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libatomic.lai /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libatomic.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libatomic.a /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libatomic.a
libtool: install: chmod 644 /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libatomic.a
libtool: install: ranlib /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64/libatomic.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/gcc/13.2.0/bootstrap/lib/../lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
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'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/lto-plugin/libtool: line 1118: ldconfig: command not found
libtool: install: warning: relinking `libcc1.la'
/bb.build/libcc1/libtool: line 1132: ldconfig: command not found
libtool: install: warning: relinking `libcc1plugin.la'
libtool: install: warning: relinking `libcp1plugin.la'
/bb.build/libcc1/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libstdc++-v3/libtool: line 1132: ldconfig: command not found
libtool: install: warning: relinking `liblsan.la'
/bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool: line 1132: ldconfig: command not found
libtool: install: warning: relinking `libasan.la'
/bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool: line 1132: ldconfig: command not found
libtool: install: warning: relinking `libubsan.la'
/bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool: line 1132: ldconfig: command not found
libtool: install: warning: relinking `libtsan.la'
/bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool: line 1132: ldconfig: command not found
libtool: install: warning: relinking `libhwasan.la'
/bb.build/x86_64-pc-linux-gnu/libsanitizer/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libssp/libtool: line 1118: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libquadmath/libtool: line 1118: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libgfortran/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libgfortran/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libobjc/libtool: line 1124: ldconfig: command not found
./libtool: line 1124: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libgomp/libtool: line 1132: ldconfig: command not found
/bb.build/x86_64-pc-linux-gnu/libitm/libtool: line 1132: ldconfig: command not found
Makefile:910: warning: overriding recipe for target 'all-multi'
Makefile:901: warning: ignoring old recipe for target 'all-multi'
Makefile:910: warning: overriding recipe for target 'all-multi'
Makefile:901: warning: ignoring old recipe for target 'all-multi'
Makefile:910: warning: overriding recipe for target 'all-multi'
Makefile:901: warning: ignoring old recipe for target 'all-multi'
/bb.build/x86_64-pc-linux-gnu/libatomic/libtool: line 1118: ldconfig: command not found